Home
last modified time | relevance | path

Searched refs:sdp_rec (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_disc_sdp.cc89 static void store_avrcp_profile_feature(tSDP_DISC_REC* sdp_rec) { in store_avrcp_profile_feature() argument
92 sdp_rec, ATTR_ID_SUPPORTED_FEATURES); in store_avrcp_profile_feature()
102 if (btif_config_set_bin(sdp_rec->remote_bd_addr.ToString().c_str(), in store_avrcp_profile_feature()
109 sdp_rec->remote_bd_addr); in store_avrcp_profile_feature()
131 tSDP_DISC_REC* sdp_rec = get_legacy_stack_sdp_api()->db.SDP_FindServiceInDb( in bta_dm_store_audio_profiles_version() local
133 if (sdp_rec == NULL) continue; in bta_dm_store_audio_profiles_version()
136 sdp_rec, ATTR_ID_BT_PROFILE_DESC_LIST) == NULL) in bta_dm_store_audio_profiles_version()
142 sdp_rec, audio_profile.btprofile_uuid, &profile_version)) { in bta_dm_store_audio_profiles_version()
144 sdp_rec->remote_bd_addr); in bta_dm_store_audio_profiles_version()
147 if (btif_config_set_bin(sdp_rec->remote_bd_addr.ToString().c_str(), in bta_dm_store_audio_profiles_version()
[all …]
Dbta_dm_disc_legacy.cc536 static void store_avrcp_profile_feature(tSDP_DISC_REC* sdp_rec) { in store_avrcp_profile_feature() argument
539 sdp_rec, ATTR_ID_SUPPORTED_FEATURES); in store_avrcp_profile_feature()
549 if (btif_config_set_bin(sdp_rec->remote_bd_addr.ToString().c_str(), in store_avrcp_profile_feature()
556 sdp_rec->remote_bd_addr); in store_avrcp_profile_feature()
578 tSDP_DISC_REC* sdp_rec = get_legacy_stack_sdp_api()->db.SDP_FindServiceInDb( in bta_dm_store_audio_profiles_version() local
580 if (sdp_rec == NULL) continue; in bta_dm_store_audio_profiles_version()
583 sdp_rec, ATTR_ID_BT_PROFILE_DESC_LIST) == NULL) in bta_dm_store_audio_profiles_version()
589 sdp_rec, audio_profile.btprofile_uuid, &profile_version)) { in bta_dm_store_audio_profiles_version()
591 sdp_rec->remote_bd_addr); in bta_dm_store_audio_profiles_version()
594 if (btif_config_set_bin(sdp_rec->remote_bd_addr.ToString().c_str(), in bta_dm_store_audio_profiles_version()
[all …]
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_act.cc199 tHID_DEV_SDP_INFO* sdp_rec) { in bta_hh_sdp_cback() argument
214 if (bta_hh_tod_spt(p_cb, sdp_rec->sub_class)) { in bta_hh_sdp_cback()
234 bta_hh_add_device_to_list(p_cb, hdl, attr_mask, &sdp_rec->dscp_info, in bta_hh_sdp_cback()
235 sdp_rec->sub_class, sdp_rec->ssr_max_latency, in bta_hh_sdp_cback()
236 sdp_rec->ssr_min_tout, p_cb->app_id); in bta_hh_sdp_cback()
238 p_cb->dscp_info.ctry_code = sdp_rec->ctry_code; in bta_hh_sdp_cback()
/packages/modules/Bluetooth/system/stack/hid/
Dhidh_api.cc124 tHID_DEV_SDP_INFO* p_nvi = &hh_cb.sdp_rec; in hidh_search_callback()
143 memset(&hh_cb.sdp_rec, 0, sizeof(tHID_DEV_SDP_INFO)); in hidh_search_callback()
273 hh_cb.sdp_rec.p_sdp_layer_rec = p_rec; in hidh_search_callback()
274 hh_cb.sdp_cback(SDP_SUCCESS, attr_mask, &hh_cb.sdp_rec); in hidh_search_callback()
Dhidh_int.h62 tHID_DEV_SDP_INFO sdp_rec; member
/packages/modules/Bluetooth/system/stack/include/
Dhidh_api.h51 tHID_DEV_SDP_INFO* sdp_rec);