public static interface MultiDeviceSearch.SearchCallbacks
Modifier and Type | Method and Description |
---|---|
void |
onDeviceFound(MultiDeviceSearch.MultiDeviceSearchResult device)
Indicates that a new device was discovered.
|
void |
onSearchStarted(MultiDeviceSearch.RssiSupport supportsRssi)
Indicates that the search channel has been acquired and the client will start receiving results.
|
void |
onSearchStopped(RequestAccessResult reason)
Indicates that the search has stopped, or was unable to start, and no more results will
be received.
|
void onSearchStarted(MultiDeviceSearch.RssiSupport supportsRssi)
supportsRssi
- Whether the client will receive rssi events or not.void onDeviceFound(MultiDeviceSearch.MultiDeviceSearchResult device)
device
- Information about the newly discovered device.void onSearchStopped(RequestAccessResult reason)
reason
- Indicates why the search could not start or was stopped.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.