public static interface SdlDeviceListener.Callback
| Modifier and Type | Method and Description |
|---|---|
boolean |
onTransportConnected(Context context,
BluetoothDevice bluetoothDevice) |
void |
onTransportDisconnected(BluetoothDevice bluetoothDevice) |
void |
onTransportError(BluetoothDevice bluetoothDevice) |
boolean onTransportConnected(Context context, BluetoothDevice bluetoothDevice)
bluetoothDevice - the BT device that successfully connected to SDL's UUIDvoid onTransportDisconnected(BluetoothDevice bluetoothDevice)
void onTransportError(BluetoothDevice bluetoothDevice)