Searched defs:writeCharacteristic (Results 1 - 3 of 3) sorted by relevance

/packages/services/Car/TrustAgent/src/com/android/car/trust/comms/
H A DSimpleBleClient.java164 public void writeCharacteristic(BluetoothGattCharacteristic characteristic) { method in class:SimpleBleClient
229 mBtGatt.writeCharacteristic(action.getCharacteristic());
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
H A DGattClientListener.java230 writeCharacteristic(gatt, (int) (timeElapse / MILLSEC));
268 writeCharacteristic(gatt, INIT_VALUE);
277 private void writeCharacteristic(BluetoothGatt gatt, int value) { method in class:GattClientListener.GattCallback
300 gatt.writeCharacteristic(characteristic);
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java484 public void writeCharacteristic(int clientIf, String address, int handle, method in class:GattService.BluetoothGattBinder
488 service.writeCharacteristic(clientIf, address, handle, writeType, authReq, value);
1950 void writeCharacteristic(int clientIf, String address, int handle, int writeType, method in class:GattService
1954 if (VDBG) Log.d(TAG, "writeCharacteristic() - address=" + address);
1960 Log.e(TAG, "writeCharacteristic() - No connection for " + address + "...");
1965 Log.w(TAG, "writeCharacteristic() - permission check failed!");

Completed in 368 milliseconds