OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:advertisinguuidbytes
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
AdvertiseManager.java
375
ByteBuffer
advertisingUuidBytes
= ByteBuffer.allocate(
382
advertisingUuidBytes
.putLong(uuid.getLeastSignificantBits())
385
serviceUuids =
advertisingUuidBytes
.array();
Completed in 128 milliseconds