Searched refs:kNumBytes32 (Results 1 – 20 of 20) sorted by relevance
/packages/modules/Bluetooth/system/gd/discovery/device/ |
D | eir_data.cc | 88 while (std::distance(it, gap_data.data_.end()) >= (signed)Uuid::kNumBytes32) { in GetUuids32() 90 it += Uuid::kNumBytes32; in GetUuids32() 101 while (std::distance(it, gap_data.data_.end()) >= (signed)Uuid::kNumBytes32) { in GetUuidsIncomplete32() 103 it += Uuid::kNumBytes32; in GetUuidsIncomplete32() 182 if (gap_data.data_.size() < Uuid::kNumBytes32) continue; in GetServiceUuuids32() 186 .data = std::vector<uint8_t>(it + Uuid::kNumBytes32, gap_data.data_.end()), in GetServiceUuuids32()
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | uuid.cc | 39 …if (memcmp(uu.data() + kNumBytes32, kBase.uu.data() + kNumBytes32, kNumBytes128 - kNumBytes32) != … in GetShortestRepresentationSize() 47 return kNumBytes32; in GetShortestRepresentationSize()
|
D | uuid.h | 41 static constexpr size_t kNumBytes32 = 4; variable
|
D | uuid_unittest.cc | 60 ASSERT_TRUE(Uuid::kNumBytes32 == Uuid::From32Bit(0x01234567).GetShortestRepresentationSize()); in TEST()
|
D | le_scanning_manager.cc | 935 } else if (uuid_len == Uuid::kNumBytes32) { in update_uuid_filter() 954 } else if (uuid_len == Uuid::kNumBytes32) { in update_uuid_filter()
|
/packages/modules/Bluetooth/system/types/bluetooth/ |
D | uuid.cc | 44 if (memcmp(uu.data() + kNumBytes32, kBase.uu.data() + kNumBytes32, in GetShortestRepresentationSize() 45 kNumBytes128 - kNumBytes32) != 0) { in GetShortestRepresentationSize() 51 return kNumBytes32; in GetShortestRepresentationSize()
|
D | uuid.h | 39 static constexpr size_t kNumBytes32 = 4; variable
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_inq.cc | 2240 } else if (uuid_size == Uuid::kNumBytes32) { in BTM_GetEirUuidList() 2287 case Uuid::kNumBytes32: in btm_eir_get_uuid_list() 2342 case Uuid::kNumBytes32: in btm_convert_uuid_to_uuid16() 2410 Uuid::kNumBytes32, &num_uuid, &type); in btm_set_eir_uuid() 2413 uuid16 = btm_convert_uuid_to_uuid16(p_uuid_data, Uuid::kNumBytes32); in btm_set_eir_uuid() 2414 p_uuid_data += Uuid::kNumBytes32; in btm_set_eir_uuid()
|
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_act.cc | 1215 max_num_uuid = (free_eir_length - 2) / Uuid::kNumBytes32; in bta_dm_set_eir() 1220 if (curr.GetShortestRepresentationSize() == Uuid::kNumBytes32) { in bta_dm_set_eir() 1232 UINT8_TO_STREAM(p_length, num_uuid * Uuid::kNumBytes32 + 1); in bta_dm_set_eir() 1234 free_eir_length -= num_uuid * Uuid::kNumBytes32 + 2; in bta_dm_set_eir()
|
/packages/modules/Bluetooth/system/types/test/bluetooth/ |
D | uuid_unittest.cc | 43 EXPECT_TRUE(Uuid::kNumBytes32 == in TEST()
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_utils.cc | 549 return len == Uuid::kNumBytes32 ? Uuid::kNumBytes128 : len; in gatt_build_uuid_to_stream_len() 563 } else if (len == Uuid::kNumBytes32) { in gatt_build_uuid_to_stream() 596 case Uuid::kNumBytes32: in gatt_parse_uuid_from_cmd() 952 case Uuid::kNumBytes32: { in gatt_add_sdp_record()
|
D | gatt_cl.cc | 125 } else if (size == Uuid::kNumBytes32) { in gatt_act_discovery()
|
D | gatt_sr.cc | 646 uuid_len == Uuid::kNumBytes32) { in gatt_build_find_info_rsp()
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | database.cc | 53 return (len == Uuid::kNumBytes32) ? Uuid::kNumBytes128 : len; in UuidSize()
|
/packages/modules/Bluetooth/system/stack/bnep/ |
D | bnep_utils.cc | 194 } else if (len == Uuid::kNumBytes32) { in bnep_send_conn_req() 593 } else if (len == Uuid::kNumBytes32) { in bnep_process_setup_conn_req()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | le_scanning_manager.cc | 682 case bluetooth::Uuid::kNumBytes32: { in parse_filter_command() 703 case bluetooth::Uuid::kNumBytes32: { in parse_filter_command()
|
/packages/modules/Bluetooth/system/stack/sdp/ |
D | sdp_api.cc | 271 Uuid::kNumBytes32) { in SDP_FindServiceUUIDInRec()
|
D | sdp_discovery.cc | 92 } else if (len == Uuid::kNumBytes32) { in sdpu_build_uuid_seq()
|
D | sdp_utils.cc | 1157 if (SDP_DISC_ATTR_LEN(p_attr->attr_len_type) == Uuid::kNumBytes32) { in sdpu_compare_uuid_with_attr()
|
/packages/modules/Bluetooth/system/stack/test/sdp/ |
D | stack_sdp_utils_test.cc | 721 .attr_len_type = bluetooth::Uuid::kNumBytes32, in TEST_F()
|