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.cc157 tAVCT_LCB_EVT avct_lcb_evt; in AVCT_CreateConn() local
158 avct_lcb_evt.p_ccb = p_ccb; in AVCT_CreateConn()
159 avct_lcb_event(p_lcb, AVCT_LCB_UL_BIND_EVT, &avct_lcb_evt); in AVCT_CreateConn()
196 tAVCT_LCB_EVT avct_lcb_evt; in AVCT_RemoveConn() local
197 avct_lcb_evt.p_ccb = p_ccb; in AVCT_RemoveConn()
198 avct_lcb_event(p_ccb->p_lcb, AVCT_LCB_UL_UNBIND_EVT, &avct_lcb_evt); in AVCT_RemoveConn()
261 tAVCT_LCB_EVT avct_lcb_evt; in AVCT_CreateBrowse() local
262 avct_lcb_evt.p_ccb = p_ccb; in AVCT_CreateBrowse()
263 avct_bcb_event(p_bcb, AVCT_LCB_UL_BIND_EVT, &avct_lcb_evt); in AVCT_CreateBrowse()
296 tAVCT_LCB_EVT avct_lcb_evt; in AVCT_RemoveBrowse() local
[all …]
Davct_l2c.cc152 tAVCT_LCB_EVT avct_lcb_evt; in avct_on_l2cap_error() local
153 avct_lcb_evt.result = result; in avct_on_l2cap_error()
154 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, &avct_lcb_evt); in avct_on_l2cap_error()
290 tAVCT_LCB_EVT avct_lcb_evt; in avct_l2c_disconnect_ind_cback() local
291 avct_lcb_evt.result = result; in avct_l2c_disconnect_ind_cback()
292 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, &avct_lcb_evt); in avct_l2c_disconnect_ind_cback()
313 tAVCT_LCB_EVT avct_lcb_evt; in avct_l2c_disconnect() local
314 avct_lcb_evt.result = res; in avct_l2c_disconnect()
315 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, &avct_lcb_evt); in avct_l2c_disconnect()
337 tAVCT_LCB_EVT avct_lcb_evt; in avct_l2c_congestion_ind_cback() local
[all …]
Davct_l2c_br.cc219 tAVCT_LCB_EVT avct_lcb_evt; in avct_l2c_br_disconnect_ind_cback() local
220 avct_lcb_evt.result = result; in avct_l2c_br_disconnect_ind_cback()
221 avct_bcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, &avct_lcb_evt); in avct_l2c_br_disconnect_ind_cback()
238 tAVCT_LCB_EVT avct_lcb_evt; in avct_l2c_br_disconnect() local
239 avct_lcb_evt.result = res; in avct_l2c_br_disconnect()
240 avct_bcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, &avct_lcb_evt); in avct_l2c_br_disconnect()
260 tAVCT_LCB_EVT avct_lcb_evt; in avct_l2c_br_congestion_ind_cback() local
261 avct_lcb_evt.cong = is_congested; in avct_l2c_br_congestion_ind_cback()
262 avct_bcb_event(p_lcb, AVCT_LCB_LL_CONG_EVT, &avct_lcb_evt); in avct_l2c_br_congestion_ind_cback()
Davct_bcb_act.cc119 tAVCT_LCB_EVT avct_lcb_evt; in avct_bcb_chnl_open() local
120 avct_lcb_evt.result = result; in avct_bcb_chnl_open()
121 avct_bcb_event(p_bcb, AVCT_LCB_LL_CLOSE_EVT, &avct_lcb_evt); in avct_bcb_chnl_open()
204 tAVCT_LCB_EVT avct_lcb_evt; in avct_bcb_open_ind() local
205 avct_lcb_evt.ul_msg = ul_msg; in avct_bcb_open_ind()
206 avct_bcb_event(p_bcb, AVCT_LCB_UL_MSG_EVT, &avct_lcb_evt); in avct_bcb_open_ind()
Davct_lcb_act.cc184 tAVCT_LCB_EVT avct_lcb_evt; in avct_lcb_chnl_open() local
185 avct_lcb_evt.result = result; in avct_lcb_chnl_open()
186 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, &avct_lcb_evt); in avct_lcb_chnl_open()