Home
last modified time | relevance | path

Searched defs:onDescriptorWrite (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/testability/android/bluetooth/
DBluetoothGattCallback.java67 public void onDescriptorWrite(BluetoothGattWrapper gatt, BluetoothGattDescriptor descriptor, in onDescriptorWrite() method in BluetoothGattCallback
139 public void onDescriptorWrite(android.bluetooth.BluetoothGatt gatt, in onDescriptorWrite() method in BluetoothGattCallback.InternalBluetoothGattCallback
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/helpers/bluetooth/
DBluetoothGattClient.java64 void onDescriptorWrite(String address, UUID uuid, byte[] value, int status); in onDescriptorWrite() method
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGattCallback.aidl36 void onDescriptorWrite(in String address, in int status, in int handle, in byte[] value); in onDescriptorWrite() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCallback.java200 public void onDescriptorWrite(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, in onDescriptorWrite() method in BluetoothGattCallback
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattClientListener.java247 public void onDescriptorWrite(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, in onDescriptorWrite() method in GattClientListener.GattCallback
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/
DIBluetoothGattCallback.java86 void onDescriptorWrite(String address, int status, int srvcType, in onDescriptorWrite() method
/packages/modules/Bluetooth/android/pandora/server/src/com/android/pandora/
DGattInstance.kt149 override fun onDescriptorWrite( in onDescriptorWrite() method in com.android.pandora.GattInstance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/
DBatteryStateMachine.java594 public void onDescriptorWrite(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, in onDescriptorWrite() method in BatteryStateMachine.GattCallback
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/gatt/
DBluetoothGattHelper.java494 public void onDescriptorWrite(BluetoothGattWrapper gatt, BluetoothGattDescriptor descriptor, in onDescriptorWrite() method in BluetoothGattHelper.InternalBluetoothGattCallback
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java922 public void onDescriptorWrite( in onDescriptorWrite() method in BassClientStateMachine.GattCallback