OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:descUuid
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothGatt.java
264
int descrInstId, ParcelUuid
descUuid
) {
265
if (DBG) Log.d(TAG, "onGetDescriptor() - Device=" + address + " UUID=" +
descUuid
);
279
characteristic,
descUuid
.getUuid(), descrInstId, 0));
[
all
...]
BluetoothAdapter.java
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java
729
UUID
descUuid
= new UUID(descrUuidMsb, descrUuidLsb);
733
+ ", status=" + status + ",
descUuid
=" +
descUuid
);
741
descrInstId, new ParcelUuid(
descUuid
));
[
all
...]
Completed in 150 milliseconds