Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/avct/
Davct_api.cc161 tAVCT_LCB_EVT avct_lcb_evt; in AVCT_CreateConn() local
162 avct_lcb_evt.p_ccb = p_ccb; in AVCT_CreateConn()
163 avct_lcb_event(p_lcb, AVCT_LCB_UL_BIND_EVT, &avct_lcb_evt); in AVCT_CreateConn()
200 tAVCT_LCB_EVT avct_lcb_evt; in AVCT_RemoveConn() local
201 avct_lcb_evt.p_ccb = p_ccb; in AVCT_RemoveConn()
202 avct_lcb_event(p_ccb->p_lcb, AVCT_LCB_UL_UNBIND_EVT, &avct_lcb_evt); in AVCT_RemoveConn()
265 tAVCT_LCB_EVT avct_lcb_evt; in AVCT_CreateBrowse() local
266 avct_lcb_evt.p_ccb = p_ccb; in AVCT_CreateBrowse()
267 avct_bcb_event(p_bcb, AVCT_LCB_UL_BIND_EVT, &avct_lcb_evt); in AVCT_CreateBrowse()
300 tAVCT_LCB_EVT avct_lcb_evt; in AVCT_RemoveBrowse() local
[all …]
Davct_l2c.cc184 tAVCT_LCB_EVT avct_lcb_evt; in avct_on_l2cap_error() local
185 avct_lcb_evt.result = result; in avct_on_l2cap_error()
186 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, &avct_lcb_evt); in avct_on_l2cap_error()
328 tAVCT_LCB_EVT avct_lcb_evt; in avct_l2c_disconnect_ind_cback() local
329 avct_lcb_evt.result = result; in avct_l2c_disconnect_ind_cback()
330 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, &avct_lcb_evt); in avct_l2c_disconnect_ind_cback()
352 tAVCT_LCB_EVT avct_lcb_evt; in avct_l2c_disconnect() local
353 avct_lcb_evt.result = res; in avct_l2c_disconnect()
354 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, &avct_lcb_evt); in avct_l2c_disconnect()
376 tAVCT_LCB_EVT avct_lcb_evt; in avct_l2c_congestion_ind_cback() local
[all …]
Davct_l2c_br.cc300 tAVCT_LCB_EVT avct_lcb_evt; in avct_l2c_br_disconnect_ind_cback() local
301 avct_lcb_evt.result = result; in avct_l2c_br_disconnect_ind_cback()
302 avct_bcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, &avct_lcb_evt); in avct_l2c_br_disconnect_ind_cback()
321 tAVCT_LCB_EVT avct_lcb_evt; in avct_l2c_br_disconnect() local
322 avct_lcb_evt.result = res; in avct_l2c_br_disconnect()
323 avct_bcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, &avct_lcb_evt); in avct_l2c_br_disconnect()
343 tAVCT_LCB_EVT avct_lcb_evt; in avct_l2c_br_congestion_ind_cback() local
344 avct_lcb_evt.cong = is_congested; in avct_l2c_br_congestion_ind_cback()
345 avct_bcb_event(p_lcb, AVCT_LCB_LL_CONG_EVT, &avct_lcb_evt); in avct_l2c_br_congestion_ind_cback()
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.cc191 tAVCT_LCB_EVT avct_lcb_evt; in avct_lcb_chnl_open() local
192 avct_lcb_evt.result = result; in avct_lcb_chnl_open()
193 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, &avct_lcb_evt); in avct_lcb_chnl_open()