Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentBleManager.java462 BluetoothGattCharacteristic writeCharacteristic = mUnlockGattService in sendUnlockMessage() local
470 BluetoothGattCharacteristic writeCharacteristic = mEnrollmentGattService in sendEnrollmentMessage() local
492 BluetoothGattCharacteristic writeCharacteristic = in handleClientAckMessage() local
579 BluetoothGattCharacteristic writeCharacteristic = in sendAcknowledgmentMessage() local
/packages/services/Car/tests/CarTrustAgentClientApp/src/com/android/car/trust/client/
DSimpleBleClient.java120 public void writeCharacteristic(BluetoothGattCharacteristic characteristic) { in writeCharacteristic() method in SimpleBleClient
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattClientListener.java277 private void writeCharacteristic(BluetoothGatt gatt, int value) { in writeCharacteristic() method in GattClientListener.GattCallback
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java601 public void writeCharacteristic(int clientIf, String address, int handle, int writeType, in writeCharacteristic() method in GattService.BluetoothGattBinder
2354 void writeCharacteristic(int clientIf, String address, int handle, int writeType, int authReq, in writeCharacteristic() method in GattService