Searched refs:GetShortestRepresentationSize (Results 1 – 17 of 17) sorted by relevance
41 TEST(UuidTest, GetShortestRepresentationSize) { in TEST() argument42 EXPECT_TRUE(Uuid::kNumBytes16 == kBase.GetShortestRepresentationSize()); in TEST()44 Uuid::From32Bit(0x01234567).GetShortestRepresentationSize()); in TEST()46 Uuid::kEmpty.GetShortestRepresentationSize()); in TEST()
58 TEST(UuidTest, GetShortestRepresentationSize) { in TEST() argument59 ASSERT_TRUE(Uuid::kNumBytes16 == kBase.GetShortestRepresentationSize()); in TEST()60 ASSERT_TRUE(Uuid::kNumBytes32 == Uuid::From32Bit(0x01234567).GetShortestRepresentationSize()); in TEST()61 ASSERT_TRUE(Uuid::kNumBytes128 == Uuid::kEmpty.GetShortestRepresentationSize()); in TEST()
38 size_t Uuid::GetShortestRepresentationSize() const { in GetShortestRepresentationSize() function in bluetooth::hci::Uuid51 return GetShortestRepresentationSize() == kNumBytes16; in Is16Bit()
73 size_t GetShortestRepresentationSize() const;
930 uint8_t uuid_len = uuid.GetShortestRepresentationSize(); in update_uuid_filter()
43 size_t Uuid::GetShortestRepresentationSize() const { in GetShortestRepresentationSize() function in bluetooth::Uuid55 return GetShortestRepresentationSize() == kNumBytes16; in Is16Bit()
52 size_t GetShortestRepresentationSize() const;
186 int len = std::max(p_bcb->dst_uuid.GetShortestRepresentationSize(), in bnep_send_conn_req()187 p_bcb->src_uuid.GetShortestRepresentationSize()); in bnep_send_conn_req()204 p_bcb->dst_uuid.GetShortestRepresentationSize()); in bnep_send_conn_req()
1188 if (curr.GetShortestRepresentationSize() == Uuid::kNumBytes16) { in bta_dm_set_eir()1220 if (curr.GetShortestRepresentationSize() == Uuid::kNumBytes32) { in bta_dm_set_eir()1249 if (curr.GetShortestRepresentationSize() == Uuid::kNumBytes128) { in bta_dm_set_eir()
52 size_t len = uuid.GetShortestRepresentationSize(); in UuidSize()
548 size_t len = uuid.GetShortestRepresentationSize(); in gatt_build_uuid_to_stream_len()555 size_t len = uuid.GetShortestRepresentationSize(); in gatt_build_uuid_to_stream()942 switch (uuid.GetShortestRepresentationSize()) { in gatt_add_sdp_record()
201 uint8_t val_len = val_attr->uuid.GetShortestRepresentationSize(); in read_attr_value()
120 size_t size = p_clcb->uuid.GetShortestRepresentationSize(); in gatt_act_discovery()
630 uint8_t uuid_len = attr.uuid.GetShortestRepresentationSize(); in gatt_build_find_info_rsp()
676 uint8_t uuid_len = apcf_command.uuid.GetShortestRepresentationSize(); in parse_filter_command()697 uint8_t uuid_len = apcf_command.uuid.GetShortestRepresentationSize(); in parse_filter_command()
80 int len = p_uuid_list->GetShortestRepresentationSize(); in sdpu_build_uuid_seq()
1147 int len = uuid.GetShortestRepresentationSize(); in sdpu_compare_uuid_with_attr()