Home
last modified time | relevance | path

Searched refs:GetFieldByType (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/stack/test/
Dad_parser_unittest.cc108 TEST(AdvertiseDataParserTest, GetFieldByType) { in TEST() argument
114 AdvertiseDataParser::GetFieldByType(data0, 0x02, &p_length); in TEST()
122 data = AdvertiseDataParser::GetFieldByType(data1, 0x02, &p_length); in TEST()
127 data = AdvertiseDataParser::GetFieldByType(data1, 0x03, &p_length); in TEST()
195 while ((p_service_data = AdvertiseDataParser::GetFieldByType( in TEST()
/packages/modules/Bluetooth/system/stack/include/
Dadvertise_data_parser.h112 static const uint8_t* GetFieldByType(const uint8_t* ad, size_t ad_len, in GetFieldByType() function
141 static const uint8_t* GetFieldByType(std::vector<uint8_t> const& ad, in GetFieldByType() function
143 return GetFieldByType(ad.data(), ad.size(), type, p_length); in GetFieldByType()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_gap.cc1802 const uint8_t* p_flag = AdvertiseDataParser::GetFieldByType( in btm_ble_is_discoverable()
1958 const uint8_t* p_uuid16 = AdvertiseDataParser::GetFieldByType( in btm_ble_get_appearance_as_cod()
1965 p_uuid16 = AdvertiseDataParser::GetFieldByType( in btm_ble_get_appearance_as_cod()
2030 AdvertiseDataParser::GetFieldByType(data, BTM_BLE_AD_TYPE_FLAG, &len); in btm_ble_update_inq_result()
2040 AdvertiseDataParser::GetFieldByType(data, BTM_BLE_AD_TYPE_RSI, &len); in btm_ble_update_inq_result()
2048 while ((p_service_data = AdvertiseDataParser::GetFieldByType( in btm_ble_update_inq_result()
2197 if (AdvertiseDataParser::GetFieldByType(adv_data, BTM_BLE_AD_TYPE_RSI, in btm_ble_process_adv_pkt_cont()
2302 if (AdvertiseDataParser::GetFieldByType(advertising_data, BTM_BLE_AD_TYPE_RSI, in btm_ble_process_adv_pkt_cont_for_inquiry()
2307 const uint8_t* p_flag = AdvertiseDataParser::GetFieldByType( in btm_ble_process_adv_pkt_cont_for_inquiry()
Dbtm_inq.cc2301 p_uuid_data = AdvertiseDataParser::GetFieldByType(p_eir, eir_len, in btm_eir_get_uuid_list()
2304 p_uuid_data = AdvertiseDataParser::GetFieldByType(p_eir, eir_len, more_type, in btm_eir_get_uuid_list()
/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc756 const uint8_t* p_flag = AdvertiseDataParser::GetFieldByType( in handle_remote_properties()
766 const uint8_t* p_eir_remote_name = AdvertiseDataParser::GetFieldByType( in handle_remote_properties()
770 p_eir_remote_name = AdvertiseDataParser::GetFieldByType( in handle_remote_properties()
/packages/modules/Bluetooth/system/stack/gatt/
Dconnection_manager.cc127 while ((p_service_data = AdvertiseDataParser::GetFieldByType( in IsTargetedAnnouncement()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc365 while ((p_service_data = AdvertiseDataParser::GetFieldByType( in get_asha_service_data()
415 p_eir_remote_name = AdvertiseDataParser::GetFieldByType( in check_eir_remote_name()
419 p_eir_remote_name = AdvertiseDataParser::GetFieldByType( in check_eir_remote_name()
457 p_eir_appearance = AdvertiseDataParser::GetFieldByType( in check_eir_appearance()
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client.cc1300 while ((p_service_data = AdvertiseDataParser::GetFieldByType( in GetAllRsiFromAdvertising()