|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RemoteBluetoothDeviceListener
Interface definition for a callback to be invoked when an event happens on a RemoteBluetoothDevice.
Method Summary | |
---|---|
void |
gotServiceChannel(int serviceID,
int channel)
Called when requested service is supported by the device and channel number has been retrieved |
void |
paired()
Called when the RemoteBluetoothDevice has been paired (and BluetoothSockets can be opened) |
void |
pinRequested()
Called when the remote requires to send the security PIN. |
void |
serviceChannelNotAvailable(int serviceID)
Called when requested service is not supported by this device |
Method Detail |
---|
void paired()
void pinRequested()
setPin(int)
on the
RemoteBluetoothDevice instance.
void gotServiceChannel(int serviceID, int channel)
serviceID
- channel
- void serviceChannelNotAvailable(int serviceID)
serviceID
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |