Home
last modified time | relevance | path

Searched refs:onDescriptorWrite (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCallback.java193 public void onDescriptorWrite( in onDescriptorWrite() method in BluetoothGattCallback
DBluetoothGatt.java703 public void onDescriptorWrite(
745 callback.onDescriptorWrite(
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGattCallback.aidl36 void onDescriptorWrite(in String address, in int status, in int handle, in byte[] value); in onDescriptorWrite() method
/packages/modules/Bluetooth/android/pandora/server/src/
DGattInstance.kt152 override fun onDescriptorWrite( in onDescriptorWrite() method in com.android.pandora.GattInstance
/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/Uwb/service/tests/src/com/android/server/uwb/discovery/ble/
DGattTransportClientProviderTest.java296 mBluetoothGattCallback.onDescriptorWrite( in setupGattWriteDescriptor()
438 mBluetoothGattCallback.onDescriptorWrite( in testDescriptorWrite_statusFailed()
/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/ble/
DGattTransportClientProvider.java221 public void onDescriptorWrite(
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/
DBatteryStateMachine.java609 public void onDescriptorWrite( in onDescriptorWrite() method in BatteryStateMachine.GattCallback
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DGattClientTest.java261 .onDescriptorWrite(any(), eq(descriptor), eq(BluetoothGatt.GATT_SUCCESS)); in clientGattNotifyOrIndicateCharacteristic()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java1128 public void onDescriptorWrite( in onDescriptorWrite() method in GattCallback
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientStateMachineTest.java966 cb.onDescriptorWrite(null, descriptor, GATT_SUCCESS); in gattCallbackOnDescriptorWrite()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java1787 app.callback.onDescriptorWrite(address, status, handle, data); in onWriteDescriptor()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1596 Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onDescriptorWrite(Ljava/lang/String;II)V
1625 Landroid/bluetooth/IBluetoothGattCallback;->onDescriptorWrite(Ljava/lang/String;II)V
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt653 …method public void onDescriptorWrite(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothG…