Home
last modified time | relevance | path

Searched refs:avct_lcb_evt (Results 1 – 5 of 5) sorted by relevance

/system/bt/stack/avct/
Davct_api.cc172 tAVCT_LCB_EVT avct_lcb_evt; in AVCT_CreateConn() local
173 avct_lcb_evt.p_ccb = p_ccb; in AVCT_CreateConn()
174 avct_lcb_event(p_lcb, AVCT_LCB_UL_BIND_EVT, &avct_lcb_evt); in AVCT_CreateConn()
211 tAVCT_LCB_EVT avct_lcb_evt; in AVCT_RemoveConn() local
212 avct_lcb_evt.p_ccb = p_ccb; in AVCT_RemoveConn()
213 avct_lcb_event(p_ccb->p_lcb, AVCT_LCB_UL_UNBIND_EVT, &avct_lcb_evt); in AVCT_RemoveConn()
276 tAVCT_LCB_EVT avct_lcb_evt; in AVCT_CreateBrowse() local
277 avct_lcb_evt.p_ccb = p_ccb; in AVCT_CreateBrowse()
278 avct_bcb_event(p_bcb, AVCT_LCB_UL_BIND_EVT, &avct_lcb_evt); in AVCT_CreateBrowse()
311 tAVCT_LCB_EVT avct_lcb_evt; in AVCT_RemoveBrowse() local
[all …]
Davct_l2c_br.cc195 tAVCT_LCB_EVT avct_lcb_evt; in avct_l2c_br_connect_cfm_cback() local
196 avct_lcb_evt.result = result; in avct_l2c_br_connect_cfm_cback()
197 avct_bcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, &avct_lcb_evt); in avct_l2c_br_connect_cfm_cback()
347 tAVCT_LCB_EVT avct_lcb_evt; in avct_l2c_br_disconnect_ind_cback() local
348 avct_lcb_evt.result = result; in avct_l2c_br_disconnect_ind_cback()
349 avct_bcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, &avct_lcb_evt); in avct_l2c_br_disconnect_ind_cback()
374 tAVCT_LCB_EVT avct_lcb_evt; in avct_l2c_br_disconnect_cfm_cback() local
375 avct_lcb_evt.result = res; in avct_l2c_br_disconnect_cfm_cback()
376 avct_bcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, &avct_lcb_evt); in avct_l2c_br_disconnect_cfm_cback()
396 tAVCT_LCB_EVT avct_lcb_evt; in avct_l2c_br_congestion_ind_cback() local
[all …]
Davct_l2c.cc199 tAVCT_LCB_EVT avct_lcb_evt; in avct_l2c_connect_cfm_cback() local
200 avct_lcb_evt.result = result; in avct_l2c_connect_cfm_cback()
201 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, &avct_lcb_evt); in avct_l2c_connect_cfm_cback()
336 tAVCT_LCB_EVT avct_lcb_evt; in avct_l2c_disconnect_ind_cback() local
337 avct_lcb_evt.result = result; in avct_l2c_disconnect_ind_cback()
338 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, &avct_lcb_evt); in avct_l2c_disconnect_ind_cback()
367 tAVCT_LCB_EVT avct_lcb_evt; in avct_l2c_disconnect_cfm_cback() local
368 avct_lcb_evt.result = res; in avct_l2c_disconnect_cfm_cback()
369 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, &avct_lcb_evt); in avct_l2c_disconnect_cfm_cback()
391 tAVCT_LCB_EVT avct_lcb_evt; in avct_l2c_congestion_ind_cback() local
[all …]
Davct_bcb_act.cc122 tAVCT_LCB_EVT avct_lcb_evt; in avct_bcb_chnl_open() local
123 avct_lcb_evt.result = result; in avct_bcb_chnl_open()
124 avct_bcb_event(p_bcb, AVCT_LCB_LL_CLOSE_EVT, &avct_lcb_evt); in avct_bcb_chnl_open()
207 tAVCT_LCB_EVT avct_lcb_evt; in avct_bcb_open_ind() local
208 avct_lcb_evt.ul_msg = ul_msg; in avct_bcb_open_ind()
209 avct_bcb_event(p_bcb, AVCT_LCB_UL_MSG_EVT, &avct_lcb_evt); in avct_bcb_open_ind()
Davct_lcb_act.cc182 tAVCT_LCB_EVT avct_lcb_evt; in avct_lcb_chnl_open() local
183 avct_lcb_evt.result = result; in avct_lcb_chnl_open()
184 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, &avct_lcb_evt); in avct_lcb_chnl_open()