Home
last modified time | relevance | path

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

/system/bt/types/bluetooth/
Duuid.h114 constexpr Uuid(const UUID128Bit& val) : uu{val} {}; in Uuid() function
/system/bt/vendor_libs/test_vendor_lib/types/bluetooth/
Duuid.h114 constexpr Uuid(const UUID128Bit& val) : uu{val} {}; in Uuid() function
/system/bt/service/test/
Dparcelable_unittest.cc85 TEST(ParcelableTest, Uuid) { in TEST() argument
/system/bt/service/hal/
Dbluetooth_gatt_interface.cc573 int /* client_if */, const bluetooth::Uuid& /* app_uuid */) { in RegisterClientCallback()
645 int /* server_if */, const bluetooth::Uuid& /* app_uuid */) { in RegisterServerCallback()