OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:descrUuid
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/bluetooth/
IBluetoothGattCallback.aidl
42
in int descrInstId, in ParcelUuid
descrUuid
);
55
in int descrInstId, in ParcelUuid
descrUuid
,
60
in int descrInstId, in ParcelUuid
descrUuid
);
BluetoothGattServer.java
171
UUID
descrUuid
= descrId.getUuid();
174
+ "descriptor=" +
descrUuid
);
183
BluetoothGattDescriptor descriptor = characteristic.getDescriptor(
descrUuid
);
233
UUID
descrUuid
= descrId.getUuid();
236
+ "descriptor=" +
descrUuid
);
246
BluetoothGattDescriptor descriptor = characteristic.getDescriptor(
descrUuid
);
BluetoothGatt.java
432
int descrInstId, ParcelUuid
descrUuid
,
448
descrUuid
.getUuid(), descrInstId);
460
descrInstId,
descrUuid
, AUTHENTICATION_MITM);
482
int descrInstId, ParcelUuid
descrUuid
) {
497
descrUuid
.getUuid(), descrInstId);
507
descrInstId,
descrUuid
, characteristic.getWriteType(),
[
all
...]
IBluetoothGatt.aidl
62
in int descrInstanceId, in ParcelUuid
descrUuid
,
BluetoothAdapter.java
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java
[
all
...]
Completed in 861 milliseconds