|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocalBluetoothDeviceListener
Interface definition for a callback to be invoked when an event happens on the LocalBluetoothDevice.
Method Summary | |
---|---|
void |
bluetoothDisabled()
Called when Bluetooth stack has been disabled |
void |
bluetoothEnabled()
Called when Bluetooth stack has been enabled |
void |
deviceFound(java.lang.String deviceAddress)
Called every time a remote device has been found scan process. |
void |
scanCompleted(java.util.ArrayList<java.lang.String> devices)
Called when remote device discovery has been completed |
void |
scanStarted()
Called when remote device discovery has started |
Method Detail |
---|
void bluetoothEnabled()
void bluetoothDisabled()
void scanStarted()
void scanCompleted(java.util.ArrayList<java.lang.String> devices)
devices
- the list of BD Addresses discoveredvoid deviceFound(java.lang.String deviceAddress)
deviceAddress
- the address of the device just found
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |