Lines Matching refs:avct_lcb_evt
152 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
338 avct_lcb_evt.cong = is_congested; in avct_l2c_congestion_ind_cback()
339 avct_lcb_event(p_lcb, AVCT_LCB_LL_CONG_EVT, &avct_lcb_evt); in avct_l2c_congestion_ind_cback()