Home
last modified time | relevance | path

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

/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/TrustAgent/src/com/android/car/trust/
DPhoneUnlockController.java113 mClient.writeCharacteristic(mUnlockEscrowToken); in sendUnlockRequest()
114 mClient.writeCharacteristic(mUnlockTokenHandle); in sendUnlockRequest()
DPhoneEnrolmentController.java125 mClient.writeCharacteristic(mEnrolmentEscrowToken); in sendEnrolmentRequest()
/packages/services/Car/TrustAgent/src/com/android/car/trust/comms/
DSimpleBleClient.java164 public void writeCharacteristic(BluetoothGattCharacteristic characteristic) { in writeCharacteristic() method in SimpleBleClient
229 mBtGatt.writeCharacteristic(action.getCharacteristic()); in executeAction()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java481 public void writeCharacteristic(int clientIf, String address, int handle, in writeCharacteristic() method in GattService.BluetoothGattBinder
485 service.writeCharacteristic(clientIf, address, handle, writeType, authReq, value); in writeCharacteristic()
1934 void writeCharacteristic(int clientIf, String address, int handle, int writeType, in writeCharacteristic() method in GattService