Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/aidl/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.java210 mBluetoothDeviceManager.onDeviceDisconnected(device, deviceType); in handleConnectionStateChanged()
DBluetoothDeviceManager.java532 void onDeviceDisconnected(BluetoothDevice device, int deviceType) { in onDeviceDisconnected() method in BluetoothDeviceManager
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java4635 public void onDeviceDisconnected(BluetoothDevice device, int hciReason) {
4641 executor.execute(() -> callback.onDeviceDisconnected(device, hciReason));
4779 public void onDeviceDisconnected( in onDeviceDisconnected() method in BluetoothAdapter.BluetoothConnectionCallback
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DRemoteDevices.java1259 callback.onDeviceDisconnected( in aclStateChangeCallback()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt126 method public void onDeviceDisconnected(@NonNull android.bluetooth.BluetoothDevice, int);