Home
last modified time | relevance | path

Searched refs:writeCharacteristic (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentBleManager.java462 BluetoothGattCharacteristic writeCharacteristic = mUnlockGattService in sendUnlockMessage() local
465 sendMessage(device, writeCharacteristic, message, operation, isPayloadEncrypted); in sendUnlockMessage()
470 BluetoothGattCharacteristic writeCharacteristic = mEnrollmentGattService in sendEnrollmentMessage() local
473 sendMessage(device, writeCharacteristic, message, operation, isPayloadEncrypted); in sendEnrollmentMessage()
492 BluetoothGattCharacteristic writeCharacteristic = in handleClientAckMessage() local
495 if (writeCharacteristic == null) { in handleClientAckMessage()
506 writeNextMessageInQueue(device, writeCharacteristic); in handleClientAckMessage()
579 BluetoothGattCharacteristic writeCharacteristic = in sendAcknowledgmentMessage() local
582 if (writeCharacteristic == null) { in sendAcknowledgmentMessage()
590 writeCharacteristic); in sendAcknowledgmentMessage()
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattClientListener.java230 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/services/Car/tests/CarTrustAgentClientApp/src/com/android/car/trust/client/
DPhoneUnlockController.java101 mClient.writeCharacteristic(mUnlockEscrowToken); in sendUnlockRequest()
102 mClient.writeCharacteristic(mUnlockTokenHandle); in sendUnlockRequest()
DSimpleBleClient.java120 public void writeCharacteristic(BluetoothGattCharacteristic characteristic) { in writeCharacteristic() method in SimpleBleClient
184 mBtGatt.writeCharacteristic(action.getCharacteristic()); in executeAction()
DPhoneEnrolmentController.java113 mClient.writeCharacteristic(mEnrolmentEscrowToken); in sendEnrolmentRequest()
/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
607 service.writeCharacteristic(clientIf, address, handle, writeType, authReq, value); in writeCharacteristic()
2354 void writeCharacteristic(int clientIf, String address, int handle, int writeType, int authReq, in writeCharacteristic() method in GattService