Skip to content

Trying to understand how it works... #9

@Prikalel

Description

@Prikalel

Why do you create new thread here?
As it mentioned in documentation we can just do that:

mHandler.postDelayed(new Runnable() {
                @Override
                public void run() {
                    stopLEScan();
                }
            }, scanTimeoutMillisecond);

Isn't it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions