Searched refs:avdt_ccb_event (Results 1 – 7 of 7) sorted by relevance
/system/bt/stack/avdt/ |
D | avdt_api.c | 48 avdt_ccb_event(p_ccb, avdt_event, (tAVDT_CCB_EVT *)&err_code); in avdt_ccb_idle_ccb_timer_timeout() 57 avdt_ccb_event(p_ccb, avdt_event, (tAVDT_CCB_EVT *)&err_code); in avdt_ccb_ret_ccb_timer_timeout() 66 avdt_ccb_event(p_ccb, avdt_event, (tAVDT_CCB_EVT *)&err_code); in avdt_ccb_rsp_ccb_timer_timeout() 342 avdt_ccb_event(p_ccb, AVDT_CCB_API_DISCOVER_REQ_EVT, &evt); in AVDT_DiscoverReq() 389 avdt_ccb_event(p_ccb, AVDT_CCB_API_GETCAP_REQ_EVT, (tAVDT_CCB_EVT *)p_evt); in avdt_get_cap_req() 650 avdt_ccb_event(p_scb->p_ccb, AVDT_CCB_API_START_REQ_EVT, &evt); in AVDT_StartReq() 706 avdt_ccb_event(p_scb->p_ccb, AVDT_CCB_API_SUSPEND_REQ_EVT, &evt); in AVDT_SuspendReq() 1033 avdt_ccb_event(p_ccb, AVDT_CCB_API_CONNECT_REQ_EVT, &evt); in AVDT_ConnectReq() 1066 avdt_ccb_event(p_ccb, AVDT_CCB_API_DISCONNECT_REQ_EVT, &evt); in AVDT_DisconnectReq()
|
D | avdt_ccb_act.c | 183 avdt_ccb_event(p_ccb, AVDT_CCB_API_DISCOVER_RSP_EVT, p_data); in avdt_ccb_hdl_discover_cmd() 230 avdt_ccb_event(p_ccb, AVDT_CCB_API_GETCAP_RSP_EVT, p_data); in avdt_ccb_hdl_getcap_cmd() 278 avdt_ccb_event(p_ccb, AVDT_CCB_API_START_RSP_EVT, p_data); in avdt_ccb_hdl_start_cmd() 349 avdt_ccb_event(p_ccb, AVDT_CCB_API_SUSPEND_RSP_EVT, p_data); in avdt_ccb_hdl_suspend_cmd() 730 avdt_ccb_event(p_ccb, (UINT8) (evt & ~AVDT_CCB_MKR), (tAVDT_CCB_EVT *) &msg); in avdt_ccb_cmd_fail() 965 avdt_ccb_event(p_ccb, AVDT_CCB_UL_OPEN_EVT, NULL); in avdt_ccb_chk_reconn()
|
D | avdt_ad.c | 342 avdt_ccb_event(p_ccb, AVDT_CCB_LL_CLOSE_EVT, NULL); in avdt_ad_tc_close_ind() 393 avdt_ccb_event(p_ccb, AVDT_CCB_LL_OPEN_EVT, (tAVDT_CCB_EVT *)&evt); in avdt_ad_tc_open_ind() 436 avdt_ccb_event(p_ccb, AVDT_CCB_LL_CONG_EVT, (tAVDT_CCB_EVT *) &is_congested); in avdt_ad_tc_cong_ind()
|
D | avdt_msg.c | 1533 avdt_ccb_event(p_ccb, AVDT_CCB_SENDMSG_EVT, NULL); in avdt_msg_send_cmd() 1574 avdt_ccb_event(p_ccb, AVDT_CCB_SENDMSG_EVT, NULL); in avdt_msg_send_rsp() 1632 avdt_ccb_event(p_ccb, AVDT_CCB_SENDMSG_EVT, NULL); in avdt_msg_send_rej() 1670 avdt_ccb_event(p_ccb, AVDT_CCB_SENDMSG_EVT, NULL); in avdt_msg_send_grej() 1860 avdt_ccb_event(p_ccb, (UINT8)(evt & ~AVDT_CCB_MKR), (tAVDT_CCB_EVT *) &msg); in avdt_msg_ind() 1895 avdt_ccb_event(p_ccb, AVDT_CCB_RCVRSP_EVT, NULL); in avdt_msg_ind()
|
D | avdt_ccb.c | 298 void avdt_ccb_event(tAVDT_CCB *p_ccb, UINT8 event, tAVDT_CCB_EVT *p_data) in avdt_ccb_event() function
|
D | avdt_scb_act.c | 876 avdt_ccb_event(avdt_ccb_by_idx(p_data->msg.hdr.ccb_idx), AVDT_CCB_UL_CLOSE_EVT, NULL); in avdt_scb_hdl_setconfig_rej() 1030 avdt_ccb_event(p_ccb, AVDT_CCB_UL_CLOSE_EVT, NULL); in avdt_scb_hdl_tc_close() 1688 avdt_ccb_event(p_scb->p_ccb, AVDT_CCB_UL_OPEN_EVT, NULL); in avdt_scb_snd_setconfig_req()
|
D | avdt_int.h | 564 extern void avdt_ccb_event(tAVDT_CCB *p_ccb, UINT8 event, tAVDT_CCB_EVT *p_data);
|