Home
last modified time | relevance | path

Searched refs:PROPERTY_READ (Results 1 – 19 of 19) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java173 BluetoothGattCharacteristic.PROPERTY_READ in TbsGatt()
177 new GattCharacteristic(UUID_BEARER_UCI, BluetoothGattCharacteristic.PROPERTY_READ, in TbsGatt()
180 BluetoothGattCharacteristic.PROPERTY_READ in TbsGatt()
185 BluetoothGattCharacteristic.PROPERTY_READ in TbsGatt()
190 BluetoothGattCharacteristic.PROPERTY_READ in TbsGatt()
194 BluetoothGattCharacteristic.PROPERTY_READ, in TbsGatt()
197 BluetoothGattCharacteristic.PROPERTY_READ in TbsGatt()
201 BluetoothGattCharacteristic.PROPERTY_READ in TbsGatt()
206 UUID_CALL_CONTROL_POINT_OPTIONAL_OPCODES, BluetoothGattCharacteristic.PROPERTY_READ, in TbsGatt()
211 BluetoothGattCharacteristic.PROPERTY_READ in TbsGatt()
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/
DMediaControlGattServiceTest.java198 BluetoothGattCharacteristic.PROPERTY_READ in testGattServerFullInitialState()
205 BluetoothGattCharacteristic.PROPERTY_READ in testGattServerFullInitialState()
212 BluetoothGattCharacteristic.PROPERTY_READ in testGattServerFullInitialState()
221 BluetoothGattCharacteristic.PROPERTY_READ in testGattServerFullInitialState()
232 BluetoothGattCharacteristic.PROPERTY_READ in testGattServerFullInitialState()
240 characteristic.getProperties(), BluetoothGattCharacteristic.PROPERTY_READ); in testGattServerFullInitialState()
248 characteristic.getProperties(), BluetoothGattCharacteristic.PROPERTY_READ); in testGattServerFullInitialState()
254 characteristic.getProperties(), BluetoothGattCharacteristic.PROPERTY_READ); in testGattServerFullInitialState()
265 BluetoothGattCharacteristic.PROPERTY_READ in testGattServerFullInitialState()
275 BluetoothGattCharacteristic.PROPERTY_READ in testGattServerFullInitialState()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlGattService.java24 import static android.bluetooth.BluetoothGattCharacteristic.PROPERTY_READ;
603 if ((characteristic.getProperties() & PROPERTY_READ) == 0) {
1851 ServiceFeature.PLAYER_NAME_NOTIFY, PROPERTY_READ, in getUuidCharacteristicList()
1856 0, PROPERTY_READ, PERMISSION_READ_ENCRYPTED))); in getUuidCharacteristicList()
1860 0, PROPERTY_READ, PERMISSION_READ_ENCRYPTED))); in getUuidCharacteristicList()
1867 ServiceFeature.TRACK_TITLE_NOTIFY, PROPERTY_READ, in getUuidCharacteristicList()
1871 ServiceFeature.TRACK_DURATION_NOTIFY, PROPERTY_READ, in getUuidCharacteristicList()
1876 PROPERTY_READ | PROPERTY_WRITE | PROPERTY_WRITE_NO_RESPONSE, in getUuidCharacteristicList()
1881 PROPERTY_READ | PROPERTY_WRITE | PROPERTY_WRITE_NO_RESPONSE, in getUuidCharacteristicList()
1885 ServiceFeature.SEEKING_SPEED_NOTIFY, PROPERTY_READ, in getUuidCharacteristicList()
[all …]
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_utils.py202 '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,
Dbt_gatt_constants.py184 PROPERTY_READ = 0x02 variable in GattCharacteristic
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioTmapGattServerTest.java21 import static android.bluetooth.BluetoothGattCharacteristic.PROPERTY_READ;
88 assertThat(characteristic.getProperties()).isEqualTo(PROPERTY_READ); in testStartStopService()
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/lib/
Dgatt_connected_base_test.py128 'property': GattCharacteristic.PROPERTY_READ,
129 'permission': GattCharacteristic.PROPERTY_READ
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
Dgatt.py960 properties=AttProperties.PROPERTY_READ,
1045 properties=AttProperties.PROPERTY_READ,
1089 properties=AttProperties.PROPERTY_READ,
1122 properties=AttProperties.PROPERTY_READ,
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioTmapGattServer.java89 BluetoothGattCharacteristic.PROPERTY_READ, in start()
/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/bluetooth/
DBluetoothGattServerConfig.java70 BluetoothGattCharacteristic.PROPERTY_READ, in addSelfDefinedDynamicService()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientStateMachineTest.java340 BluetoothGattCharacteristic.PROPERTY_READ, in testStatesChangesWithMessages()
347 BluetoothGattCharacteristic.PROPERTY_READ, in testStatesChangesWithMessages()
360 BluetoothGattCharacteristic.PROPERTY_READ, in testStatesChangesWithMessages()
399 BluetoothGattCharacteristic.PROPERTY_READ, in acquireAllBassChars()
405 BluetoothGattCharacteristic.PROPERTY_READ, in acquireAllBassChars()
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dgatt.proto57 PROPERTY_READ = 0x02; enumerator
/packages/services/Car/service/src/com/android/car/bluetooth/
DFastPairGattServer.java399 BluetoothGattCharacteristic.PROPERTY_READ, in setup()
437 BluetoothGattCharacteristic.PROPERTY_READ, in setup()
/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/
DFastPairSimulator.java30 import static android.bluetooth.BluetoothGattCharacteristic.PROPERTY_READ;
1392 PROPERTY_READ, PERMISSION_READ); in startGattServer()
1468 FirmwareVersionCharacteristic.ID, PROPERTY_READ, PERMISSION_READ); in startGattServer()
1738 PROPERTY_READ | PROPERTY_WRITE | PROPERTY_NOTIFY, in startGattServer()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCharacteristic.java47 public static final int PROPERTY_READ = 0x02; field in BluetoothGattCharacteristic
DBluetoothGatt.java1227 if ((characteristic.getProperties() & BluetoothGattCharacteristic.PROPERTY_READ) == 0) { in readCharacteristic()
/packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/common/bluetooth/gatt/
DBluetoothGattConnectionTest.java707 .thenReturn(BluetoothGattCharacteristic.PROPERTY_READ); in test_setNotificationEnabled_failure()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs289 pub const PROPERTY_READ: i32 = 0x02; constant
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt683 field public static final int PROPERTY_READ = 2; // 0x2