Searched refs:writeCharacteristic (Results 1 – 5 of 5) sorted by relevance
/packages/services/Car/service/src/com/android/car/trust/ |
D | CarTrustAgentBleManager.java | 486 BluetoothGattCharacteristic writeCharacteristic = mUnlockGattService in sendUnlockMessage() local 489 sendMessage(device, writeCharacteristic, message, operation, isPayloadEncrypted); in sendUnlockMessage() 494 BluetoothGattCharacteristic writeCharacteristic = mEnrollmentGattService in sendEnrollmentMessage() local 497 sendMessage(device, writeCharacteristic, message, operation, isPayloadEncrypted); in sendEnrollmentMessage() 516 BluetoothGattCharacteristic writeCharacteristic = in handleClientAckMessage() local 519 if (writeCharacteristic == null) { in handleClientAckMessage() 530 writeNextMessageInQueue(device, writeCharacteristic); in handleClientAckMessage() 603 BluetoothGattCharacteristic writeCharacteristic = in sendAcknowledgmentMessage() local 606 if (writeCharacteristic == null) { in sendAcknowledgmentMessage() 614 writeCharacteristic); in sendAcknowledgmentMessage()
|
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
D | GattClientListener.java | 230 writeCharacteristic(gatt, (int) (timeElapse / MILLSEC)); in onCharacteristicWrite() 268 writeCharacteristic(gatt, INIT_VALUE); in onMtuChanged() 277 private void writeCharacteristic(BluetoothGatt gatt, int value) { in writeCharacteristic() method in GattClientListener.GattCallback 300 gatt.writeCharacteristic(characteristic); in writeCharacteristic()
|
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/ble/ |
D | CarBleCentralManager.java | 305 BluetoothGattCharacteristic writeCharacteristic = 309 if (writeCharacteristic == null || readCharacteristic == null) {
|
D | BleDeviceMessageStream.java | 102 @NonNull BluetoothGattCharacteristic writeCharacteristic, in BleDeviceMessageStream() argument 106 mWriteCharacteristic = writeCharacteristic; in BleDeviceMessageStream()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 605 public void writeCharacteristic(int clientIf, String address, int handle, int writeType, in writeCharacteristic() method in GattService.BluetoothGattBinder 611 service.writeCharacteristic(clientIf, address, handle, writeType, authReq, value); in writeCharacteristic() 2370 void writeCharacteristic(int clientIf, String address, int handle, int writeType, int authReq, in writeCharacteristic() method in GattService
|