Searched refs:custom_uuid (Results 1 – 3 of 3) sorted by relevance
46 ASSERT_STREQ(uuid1.ToString().c_str(), curr0.custom_uuid.ToString().c_str()); in TEST_F()49 ASSERT_STREQ(uuid2.ToString().c_str(), curr1.custom_uuid.ToString().c_str()); in TEST_F()51 curr0_expect.custom_uuid.UpdateUuid(Uuid::kEmpty); in TEST_F()52 curr1_expect.custom_uuid.UpdateUuid(Uuid::kEmpty); in TEST_F()55 ASSERT_STREQ(Uuid::kEmpty.ToString().c_str(), curr0.custom_uuid.ToString().c_str()); in TEST_F()58 ASSERT_STREQ(Uuid::kEmpty.ToString().c_str(), curr1.custom_uuid.ToString().c_str()); in TEST_F()
1145 const Uuid& curr = bta_dm_cb.bta_custom_uuid[custom_uuid_idx].custom_uuid; in bta_dm_set_eir()1176 const Uuid& curr = bta_dm_cb.bta_custom_uuid[custom_uuid_idx].custom_uuid; in bta_dm_set_eir()1204 const Uuid& curr = bta_dm_cb.bta_custom_uuid[custom_uuid_idx].custom_uuid; in bta_dm_set_eir()1307 curr.custom_uuid.UpdateUuid(uuid); in bta_dm_update_cust_uuid()1330 bta_dm_update_cust_uuid(c_uu_idx, curr.custom_uuid, curr.handle); in bta_dm_eir_update_cust_uuid()1333 bta_dm_update_cust_uuid(c_uu_idx, curr.custom_uuid, 0); in bta_dm_eir_update_cust_uuid()
198 bluetooth::Uuid custom_uuid; member