Home
last modified time | relevance | path

Searched refs:attribute_uuid (Results 1 – 2 of 2) sorted by relevance

/external/python/bumble/bumble/
Dgatt_client.py742 for attribute_handle, attribute_uuid in response.information:
749 self, attribute_handle, UUID.from_bytes(attribute_uuid)
790 for attribute_handle, attribute_uuid in response.information:
797 self, attribute_handle, 0, UUID.from_bytes(attribute_uuid)
/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
Dhelpers_test.cc1264 std::unordered_set<bt::UUID> attribute_uuid = {bt::sdp::profile::kAudioSink}; in TEST() local
1265 EXPECT_TRUE(rec.value().FindUUID(attribute_uuid)); in TEST()
1436 std::unordered_set<bt::UUID> attribute_uuid = { in TEST() local
1438 EXPECT_TRUE(rec.value().FindUUID(attribute_uuid)); in TEST()