/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/ |
D | MediaControlGattServiceTest.java | 214 BluetoothGattCharacteristic.PROPERTY_READ in testGattServerFullInitialState() 222 BluetoothGattCharacteristic.PROPERTY_READ in testGattServerFullInitialState() 230 BluetoothGattCharacteristic.PROPERTY_READ in testGattServerFullInitialState() 242 BluetoothGattCharacteristic.PROPERTY_READ in testGattServerFullInitialState() 256 BluetoothGattCharacteristic.PROPERTY_READ in testGattServerFullInitialState() 265 characteristic.getProperties(), BluetoothGattCharacteristic.PROPERTY_READ); in testGattServerFullInitialState() 274 characteristic.getProperties(), BluetoothGattCharacteristic.PROPERTY_READ); in testGattServerFullInitialState() 280 characteristic.getProperties(), BluetoothGattCharacteristic.PROPERTY_READ); in testGattServerFullInitialState() 292 BluetoothGattCharacteristic.PROPERTY_READ in testGattServerFullInitialState() 304 BluetoothGattCharacteristic.PROPERTY_READ in testGattServerFullInitialState() [all …]
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
D | MediaControlGattService.java | 23 import static android.bluetooth.BluetoothGattCharacteristic.PROPERTY_READ; 968 if ((characteristic.getProperties() & PROPERTY_READ) == 0) { 2286 PROPERTY_READ, in getUuidCharacteristicList() 2296 PROPERTY_READ, in getUuidCharacteristicList() 2306 PROPERTY_READ, in getUuidCharacteristicList() 2325 PROPERTY_READ, in getUuidCharacteristicList() 2334 PROPERTY_READ, in getUuidCharacteristicList() 2343 PROPERTY_READ | PROPERTY_WRITE | PROPERTY_WRITE_NO_RESPONSE, in getUuidCharacteristicList() 2352 PROPERTY_READ | PROPERTY_WRITE | PROPERTY_WRITE_NO_RESPONSE, in getUuidCharacteristicList() 2361 PROPERTY_READ, in getUuidCharacteristicList() [all …]
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
D | TbsGatt.java | 257 BluetoothGattCharacteristic.PROPERTY_READ in TbsGatt() 263 BluetoothGattCharacteristic.PROPERTY_READ, in TbsGatt() 268 BluetoothGattCharacteristic.PROPERTY_READ in TbsGatt() 274 BluetoothGattCharacteristic.PROPERTY_READ in TbsGatt() 280 BluetoothGattCharacteristic.PROPERTY_READ in TbsGatt() 286 BluetoothGattCharacteristic.PROPERTY_READ, in TbsGatt() 291 BluetoothGattCharacteristic.PROPERTY_READ in TbsGatt() 297 BluetoothGattCharacteristic.PROPERTY_READ in TbsGatt() 304 BluetoothGattCharacteristic.PROPERTY_READ, in TbsGatt() 312 BluetoothGattCharacteristic.PROPERTY_READ in TbsGatt() [all …]
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/ |
D | LeAudioTmapGattServerTest.java | 21 import static android.bluetooth.BluetoothGattCharacteristic.PROPERTY_READ; 90 assertThat(characteristic.getProperties()).isEqualTo(PROPERTY_READ); in testStartStopService()
|
/packages/modules/Bluetooth/system/blueberry/utils/ |
D | bt_gatt_utils.py | 202 'property': GattCharacteristic.PROPERTY_WRITE | GattCharacteristic.PROPERTY_READ, 207 'property': GattCharacteristic.PROPERTY_NOTIFY | GattCharacteristic.PROPERTY_READ, 273 'property': GattCharacteristic.PROPERTY_NOTIFY | GattCharacteristic.PROPERTY_READ, 278 'property': GattCharacteristic.PROPERTY_NOTIFY | GattCharacteristic.PROPERTY_READ,
|
D | bt_gatt_constants.py | 184 PROPERTY_READ = 0x02 variable in GattCharacteristic
|
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/ |
D | gatt.py | 39 PROPERTY_READ, 1020 properties=PROPERTY_READ, 1025 properties=PROPERTY_READ, 1037 properties=PROPERTY_READ | PROPERTY_WRITE, 1042 properties=PROPERTY_READ | PROPERTY_WRITE, 1121 properties=PROPERTY_READ, 1164 properties=PROPERTY_READ, 1196 properties=PROPERTY_READ,
|
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/lib/ |
D | gatt_connected_base_test.py | 128 'property': GattCharacteristic.PROPERTY_READ, 129 'permission': GattCharacteristic.PROPERTY_READ
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/ |
D | LeAudioTmapGattServer.java | 86 BluetoothGattCharacteristic.PROPERTY_READ, in start()
|
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/discovery/ble/ |
D | GattTransportServerProviderTest.java | 109 BluetoothGattCharacteristic.PROPERTY_READ 314 BluetoothGattCharacteristic.PROPERTY_READ, in testCharactersticRead_unknownUuid()
|
D | GattTransportClientProviderTest.java | 121 BluetoothGattCharacteristic.PROPERTY_READ
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | dis.rs | 76 BluetoothGattCharacteristic::PROPERTY_READ, in handle_callbacks()
|
D | bluetooth_gatt.rs | 719 pub const PROPERTY_READ: i32 = 1 << 1; constant
|
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/ |
D | gatt.proto | 69 PROPERTY_READ = 0x02; enumerator
|
/packages/services/Car/service/src/com/android/car/bluetooth/ |
D | FastPairGattServer.java | 429 BluetoothGattCharacteristic.PROPERTY_READ, in setup() 467 BluetoothGattCharacteristic.PROPERTY_READ, in setup()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGattCharacteristic.java | 44 public static final int PROPERTY_READ = 0x02; field in BluetoothGattCharacteristic
|
D | BluetoothGatt.java | 1410 if ((characteristic.getProperties() & BluetoothGattCharacteristic.PROPERTY_READ) == 0) { in readCharacteristic()
|
/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/ble/ |
D | GattTransportServerProvider.java | 470 BluetoothGattCharacteristic.PROPERTY_READ in setupGattCharacteristic()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/ |
D | BassClientStateMachineTest.java | 433 BluetoothGattCharacteristic.PROPERTY_READ in testStatesChangesWithMessages() 448 BluetoothGattCharacteristic.PROPERTY_READ in testStatesChangesWithMessages() 497 BluetoothGattCharacteristic.PROPERTY_READ in acquireAllBassChars()
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | command_handler.rs | 1440 BluetoothGattCharacteristic::PROPERTY_READ in cmd_gatt()
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 706 field public static final int PROPERTY_READ = 2; // 0x2
|