Home
last modified time | relevance | path

Searched defs:uuid32 (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/pandora/server/src/
DHost.kt499 for (uuid32 in dataTypesRequest.getCompleteServiceClassUuids32List()) { in advertise() constant
514 for (uuid32 in dataTypesRequest.getServiceSolicitationUuids32List()) { in advertise() constant
531 for ((uuid32, data) in dataTypesRequest.getServiceDataUuid32()) { in advertise() constant
678 val uuid32 = in scan() constant
701 val uuid32 = in scan() constant
717 val uuid32 = in scan() constant
/packages/modules/Bluetooth/system/types/bluetooth/
Duuid.cc135 Uuid Uuid::From32Bit(uint32_t uuid32) { in From32Bit()
/packages/modules/Bluetooth/system/gd/hci/
Duuid.cc122 Uuid Uuid::From32Bit(uint32_t uuid32) { in From32Bit()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_inq.cc2016 uint32_t uuid32; in btm_convert_uuid_to_uuid16() local