Searched refs:p_sdp_handle (Results 1 – 2 of 2) sorted by relevance
908 static bool btc_sdp_remove_record_event(int id, int *p_sdp_handle) in btc_sdp_remove_record_event() argument935 if (p_sdp_handle) { in btc_sdp_remove_record_event()936 *p_sdp_handle = sdp_handle; in btc_sdp_remove_record_event()
165 static void bta_av_del_sdp_rec(UINT32 *p_sdp_handle) in bta_av_del_sdp_rec() argument167 if (*p_sdp_handle != 0) { in bta_av_del_sdp_rec()168 SDP_DeleteRecord(*p_sdp_handle); in bta_av_del_sdp_rec()169 *p_sdp_handle = 0; in bta_av_del_sdp_rec()