Home
last modified time | relevance | path

Searched defs:onCharacteristicReadRequest (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/pandora/server/src/
DGattServerManager.kt56 override fun onCharacteristicReadRequest( in onCharacteristicReadRequest() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattServerCallback.java51 public void onCharacteristicReadRequest( in onCharacteristicReadRequest() method in BluetoothGattServerCallback
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGattServerCallback.aidl29 void onCharacteristicReadRequest(in String address, in int transId, in int offset, in onCharacteristicReadRequest() method
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattServer.java135 public void onCharacteristicReadRequest(BluetoothDevice device, int requestId, int offset, in onCharacteristicReadRequest() method in GattServer.MyGattServerCallback