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.java486 BluetoothGattCharacteristic writeCharacteristic = mUnlockGattService in sendUnlockMessage() local
494 BluetoothGattCharacteristic writeCharacteristic = mEnrollmentGattService in sendEnrollmentMessage() local
516 BluetoothGattCharacteristic writeCharacteristic = in handleClientAckMessage() local
603 BluetoothGattCharacteristic writeCharacteristic = in sendAcknowledgmentMessage() local
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/ble/
DBleDeviceMessageStream.java102 @NonNull BluetoothGattCharacteristic writeCharacteristic, in BleDeviceMessageStream()
/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.java605 public void writeCharacteristic(int clientIf, String address, int handle, int writeType, in writeCharacteristic() method in GattService.BluetoothGattBinder
2370 void writeCharacteristic(int clientIf, String address, int handle, int writeType, int authReq, in writeCharacteristic() method in GattService