Home
last modified time | relevance | path

Searched refs:readCharacteristic (Results 1 – 9 of 9) 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.java102 @NonNull BluetoothGattCharacteristic readCharacteristic, in BleDeviceMessageStream() argument
107 mReadCharacteristic = readCharacteristic; in BleDeviceMessageStream()
DBlePeripheralManager.java446 bluetoothGatt.readCharacteristic(deviceNameCharacteristic);
/packages/services/Car/service/src/com/android/car/trust/
DBLEVersionExchangeResolver.java56 @NonNull BluetoothGattCharacteristic readCharacteristic) { in resolveToStream() argument
72 readCharacteristic); in resolveToStream()
DBleMessageStreamV1.java85 @NonNull BluetoothGattCharacteristic readCharacteristic) { in BleMessageStreamV1() argument
90 mReadCharacteristic = readCharacteristic; in BleMessageStreamV1()
DCarTrustAgentBleManager.java256 BluetoothGattCharacteristic readCharacteristic = in resolveBLEVersion() local
262 if (readCharacteristic == null) { in resolveBLEVersion()
280 readCharacteristic); in resolveBLEVersion()
DBlePeripheralManager.java475 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.java596 public void readCharacteristic(int clientIf, String address, int handle, int authReq) { in readCharacteristic() method in GattService.BluetoothGattBinder
601 service.readCharacteristic(clientIf, address, handle, authReq); in readCharacteristic()
2438 void readCharacteristic(int clientIf, String address, int handle, int authReq) { in readCharacteristic() method in GattService