/system/bt/gd/hci/ |
D | uuid_unittest.cc | 40 TEST(UuidTest, GetShortestRepresentationSize) { in TEST() argument 41 ASSERT_TRUE(Uuid::kNumBytes16 == kBase.GetShortestRepresentationSize()); in TEST() 42 ASSERT_TRUE(Uuid::kNumBytes32 == Uuid::From32Bit(0x01234567).GetShortestRepresentationSize()); in TEST() 43 ASSERT_TRUE(Uuid::kNumBytes128 == Uuid::kEmpty.GetShortestRepresentationSize()); in TEST()
|
D | uuid.cc | 38 size_t Uuid::GetShortestRepresentationSize() const { in GetShortestRepresentationSize() function in bluetooth::hci::Uuid 51 return GetShortestRepresentationSize() == kNumBytes16; in Is16Bit()
|
D | uuid.h | 76 size_t GetShortestRepresentationSize() const;
|
D | le_scanning_manager.cc | 744 uint8_t uuid_len = uuid.GetShortestRepresentationSize(); in update_uuid_filter()
|
/system/bt/types/test/bluetooth/ |
D | uuid_unittest.cc | 41 TEST(UuidTest, GetShortestRepresentationSize) { in TEST() argument 42 EXPECT_TRUE(Uuid::kNumBytes16 == kBase.GetShortestRepresentationSize()); in TEST() 44 Uuid::From32Bit(0x01234567).GetShortestRepresentationSize()); in TEST() 46 Uuid::kEmpty.GetShortestRepresentationSize()); in TEST()
|
/system/bt/vendor_libs/test_vendor_lib/types/test/bluetooth/ |
D | uuid_unittest.cc | 38 TEST(UuidTest, GetShortestRepresentationSize) { in TEST() argument 39 EXPECT_TRUE(Uuid::kNumBytes16 == kBase.GetShortestRepresentationSize()); in TEST() 40 EXPECT_TRUE(Uuid::kNumBytes32 == Uuid::From32Bit(0x01234567).GetShortestRepresentationSize()); in TEST() 41 EXPECT_TRUE(Uuid::kNumBytes128 == Uuid::kEmpty.GetShortestRepresentationSize()); in TEST()
|
/system/bt/types/bluetooth/ |
D | uuid.cc | 40 size_t Uuid::GetShortestRepresentationSize() const { in GetShortestRepresentationSize() function in bluetooth::Uuid 52 return GetShortestRepresentationSize() == kNumBytes16; in Is16Bit()
|
D | uuid.h | 54 size_t GetShortestRepresentationSize() const;
|
/system/bt/vendor_libs/test_vendor_lib/types/bluetooth/ |
D | uuid.cc | 38 size_t Uuid::GetShortestRepresentationSize() const { in GetShortestRepresentationSize() function in bluetooth::Uuid 49 return GetShortestRepresentationSize() == kNumBytes16; in Is16Bit()
|
D | uuid.h | 54 size_t GetShortestRepresentationSize() const;
|
/system/bt/stack/bnep/ |
D | bnep_utils.cc | 182 int len = std::max(p_bcb->dst_uuid.GetShortestRepresentationSize(), in bnep_send_conn_req() 183 p_bcb->src_uuid.GetShortestRepresentationSize()); in bnep_send_conn_req() 201 p_bcb->dst_uuid.GetShortestRepresentationSize()); in bnep_send_conn_req()
|
/system/bt/main/shim/ |
D | le_scanning_manager.cc | 349 uint8_t uuid_len = apcf_command.uuid.GetShortestRepresentationSize(); in parse_filter_command() 371 uint8_t uuid_len = apcf_command.uuid.GetShortestRepresentationSize(); in parse_filter_command()
|
/system/bt/bta/gatt/ |
D | database.cc | 47 size_t len = uuid.GetShortestRepresentationSize(); in UuidSize()
|
/system/bt/stack/gatt/ |
D | gatt_utils.cc | 461 size_t len = uuid.GetShortestRepresentationSize(); in gatt_build_uuid_to_stream_len() 468 size_t len = uuid.GetShortestRepresentationSize(); in gatt_build_uuid_to_stream() 845 switch (uuid.GetShortestRepresentationSize()) { in gatt_add_sdp_record()
|
D | gatt_db.cc | 197 uint8_t val_len = val_attr->uuid.GetShortestRepresentationSize(); in read_attr_value()
|
D | gatt_cl.cc | 114 size_t size = p_clcb->uuid.GetShortestRepresentationSize(); in gatt_act_discovery()
|
D | gatt_sr.cc | 591 uint8_t uuid_len = attr.uuid.GetShortestRepresentationSize(); in gatt_build_find_info_rsp()
|
/system/bt/stack/sdp/ |
D | sdp_discovery.cc | 88 int len = p_uuid_list->GetShortestRepresentationSize(); in sdpu_build_uuid_seq()
|
D | sdp_utils.cc | 946 int len = uuid.GetShortestRepresentationSize(); in sdpu_compare_uuid_with_attr()
|
/system/bt/stack/btm/ |
D | btm_ble_adv_filter.cc | 533 uint8_t uuid_len = uuid.GetShortestRepresentationSize(); in BTM_LE_PF_uuid_filter()
|
/system/bt/service/client/ |
D | main.cc | 700 int uuid_size = uuid.GetShortestRepresentationSize(); in HandleStartAdv()
|
/system/bt/bta/dm/ |
D | bta_dm_act.cc | 2972 if (curr.GetShortestRepresentationSize() == Uuid::kNumBytes16) { in bta_dm_set_eir() 3005 if (curr.GetShortestRepresentationSize() == Uuid::kNumBytes32) { in bta_dm_set_eir() 3034 if (curr.GetShortestRepresentationSize() == Uuid::kNumBytes128) { in bta_dm_set_eir()
|