OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DESCRIPTOR_NO_WRITE_UUID
(Results
1 - 3
of
3
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleCocServerService.java
142
private static final UUID
DESCRIPTOR_NO_WRITE_UUID
=
408
descriptor_permission = new BluetoothGattDescriptor(
DESCRIPTOR_NO_WRITE_UUID
, 0x01);
BleClientService.java
233
private static final UUID
DESCRIPTOR_NO_WRITE_UUID
=
452
writeDescriptor(
DESCRIPTOR_NO_WRITE_UUID
, WRITE_VALUE);
[
all
...]
BleServerService.java
154
private static final UUID
DESCRIPTOR_NO_WRITE_UUID
=
715
descriptor_permission = new BluetoothGattDescriptor(
DESCRIPTOR_NO_WRITE_UUID
, 0x01);
[
all
...]
Completed in 86 milliseconds