Home
last modified time | relevance | path

Searched refs:p_sdp_handle (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/sdp/
Dbtc_sdp.c908 static bool btc_sdp_remove_record_event(int id, int *p_sdp_handle) in btc_sdp_remove_record_event() argument
935 if (p_sdp_handle) { in btc_sdp_remove_record_event()
936 *p_sdp_handle = sdp_handle; in btc_sdp_remove_record_event()
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_act.c165 static void bta_av_del_sdp_rec(UINT32 *p_sdp_handle) in bta_av_del_sdp_rec() argument
167 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()