Home
last modified time | relevance | path

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

/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/ble/
DCarBleCentralManager.java307 BluetoothGattCharacteristic readCharacteristic =
309 if (writeCharacteristic == null || readCharacteristic == null) {
317 readCharacteristic.getDescriptor(CHARACTERISTIC_CONFIG);
325 if (!gatt.setCharacteristicNotification(readCharacteristic, /* enable = */ true)) {
DBleDeviceMessageStream.java103 @NonNull BluetoothGattCharacteristic readCharacteristic) { in BleDeviceMessageStream() argument
107 mReadCharacteristic = readCharacteristic; in BleDeviceMessageStream()
DBlePeripheralManager.java439 bluetoothGatt.readCharacteristic(deviceNameCharacteristic);
/packages/services/Car/service/src/com/android/car/trust/
DBleManager.java420 mBluetoothGatt.readCharacteristic(deviceNameCharacteristic);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothAccessoryFragment.java286 gatt.readCharacteristic(battLevel); in onServicesDiscovered()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java585 public void readCharacteristic(int clientIf, String address, int handle, int authReq) { in readCharacteristic() method in GattService.BluetoothGattBinder
590 service.readCharacteristic(clientIf, address, handle, authReq); in readCharacteristic()
2326 void readCharacteristic(int clientIf, String address, int handle, int authReq) { in readCharacteristic() method in GattService