Searched refs:readCharacteristic (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/ble/ |
D | CarBleCentralManager.java | 307 BluetoothGattCharacteristic readCharacteristic = 309 if (writeCharacteristic == null || readCharacteristic == null) { 317 readCharacteristic.getDescriptor(CHARACTERISTIC_CONFIG); 325 if (!gatt.setCharacteristicNotification(readCharacteristic, /* enable = */ true)) {
|
D | BleDeviceMessageStream.java | 103 @NonNull BluetoothGattCharacteristic readCharacteristic) { in BleDeviceMessageStream() argument 107 mReadCharacteristic = readCharacteristic; in BleDeviceMessageStream()
|
D | BlePeripheralManager.java | 439 bluetoothGatt.readCharacteristic(deviceNameCharacteristic);
|
/packages/services/Car/service/src/com/android/car/trust/ |
D | BleManager.java | 420 mBluetoothGatt.readCharacteristic(deviceNameCharacteristic);
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | BluetoothAccessoryFragment.java | 286 gatt.readCharacteristic(battLevel); in onServicesDiscovered()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 585 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
|