Home
last modified time | relevance | path

Searched defs:uuid128 (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/pandora/server/src/
DHost.kt504 for (uuid128 in dataTypesRequest.getCompleteServiceClassUuids128List()) { in advertise() constant
519 for (uuid128 in dataTypesRequest.getServiceSolicitationUuids128List()) { in advertise() constant
536 for ((uuid128, data) in dataTypesRequest.getServiceDataUuid128()) { in advertise() constant
685 val uuid128 = parcelUuid.uuid.toString().uppercase() in scan() constant
705 val uuid128 = serviceUuid.uuid.toString().uppercase() in scan() constant
721 val uuid128 = serviceUuid.uuid.toString().uppercase() in scan() constant
/packages/modules/Bluetooth/system/bta/groups/
Dgroups.cc202 Uuid::UUID128Bit uuid128 = g.GetUuid().To128BitLE(); in SerializeGroups() local
235 Uuid::UUID128Bit uuid128; in DeserializeGroups() local