Home
last modified time | relevance | path

Searched refs:onDeviceDisconnected (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothConnectionCallback.aidl26 void onDeviceDisconnected(in BluetoothDevice device, in int hciReason); in onDeviceDisconnected() method
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothStateReceiver.java145 mBluetoothDeviceManager.onDeviceDisconnected(device, deviceType); in handleConnectionStateChanged()
DBluetoothDeviceManager.java376 void onDeviceDisconnected(BluetoothDevice device, int deviceType) { in onDeviceDisconnected() method in BluetoothDeviceManager
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java4804 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
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DRemoteDevices.java946 callback.onDeviceDisconnected(device, in aclStateChangeCallback()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt97 method public void onDeviceDisconnected(@NonNull android.bluetooth.BluetoothDevice, int);