Home
last modified time | relevance | path

Searched defs:onCharacteristicWrite (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/testability/android/bluetooth/
DBluetoothGattCallback.java53 public void onCharacteristicWrite(BluetoothGattWrapper gatt, in onCharacteristicWrite() method in BluetoothGattCallback
125 public void onCharacteristicWrite(android.bluetooth.BluetoothGatt gatt, in onCharacteristicWrite() method in BluetoothGattCallback.InternalBluetoothGattCallback
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/helpers/bluetooth/
DBluetoothGattClient.java60 void onCharacteristicWrite(String address, UUID uuid, byte[] value, int status); in onCharacteristicWrite() method
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGattCallback.aidl33 void onCharacteristicWrite(in String address, in int status, in int handle, in byte[] value); in onCharacteristicWrite() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCallback.java128 public void onCharacteristicWrite(BluetoothGatt gatt, in onCharacteristicWrite() method in BluetoothGattCallback
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattClientListener.java225 public void onCharacteristicWrite(BluetoothGatt gatt, in onCharacteristicWrite() method in GattClientListener.GattCallback
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/
DIBluetoothGattCallback.java71 void onCharacteristicWrite(String address, int status, int srvcType, in onCharacteristicWrite() method
/packages/modules/Bluetooth/android/pandora/server/src/com/android/pandora/
DGattInstance.kt139 override fun onCharacteristicWrite( in onCharacteristicWrite() method in com.android.pandora.GattInstance
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/gatt/
DBluetoothGattHelper.java479 public void onCharacteristicWrite(BluetoothGattWrapper gatt, in onCharacteristicWrite() method in BluetoothGattHelper.InternalBluetoothGattCallback
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java969 public void onCharacteristicWrite( in onCharacteristicWrite() method in BassClientStateMachine.GattCallback