Searched refs:onDeviceDisconnected (Results 1 – 6 of 6) sorted by relevance
26 void onDeviceDisconnected(in BluetoothDevice device, in int hciReason); in onDeviceDisconnected() method
145 mBluetoothDeviceManager.onDeviceDisconnected(device, deviceType); in handleConnectionStateChanged()
376 void onDeviceDisconnected(BluetoothDevice device, int deviceType) { in onDeviceDisconnected() method in BluetoothDeviceManager
4804 public void onDeviceDisconnected(BluetoothDevice device, int hciReason) {4810 executor.execute(() -> callback.onDeviceDisconnected(device, hciReason));4937 public void onDeviceDisconnected(@NonNull BluetoothDevice device, in onDeviceDisconnected() method in BluetoothAdapter.BluetoothConnectionCallback
946 callback.onDeviceDisconnected(device, in aclStateChangeCallback()
97 method public void onDeviceDisconnected(@NonNull android.bluetooth.BluetoothDevice, int);