Home
last modified time | relevance | path

Searched refs:tAVDT_SCB_EVT (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/stack/avdt/
Davdt_int.h405 } tAVDT_SCB_EVT; typedef
727 typedef void (*tAVDT_SCB_ACTION)(AvdtpScb* p_scb, tAVDT_SCB_EVT* p_data);
836 void avdt_scb_event(AvdtpScb* p_scb, uint8_t event, tAVDT_SCB_EVT* p_data);
840 void avdt_scb_dealloc(AvdtpScb* p_scb, tAVDT_SCB_EVT* p_data);
849 void avdt_scb_hdl_abort_cmd(AvdtpScb* p_scb, tAVDT_SCB_EVT* p_data);
850 void avdt_scb_hdl_abort_rsp(AvdtpScb* p_scb, tAVDT_SCB_EVT* p_data);
851 void avdt_scb_hdl_close_cmd(AvdtpScb* p_scb, tAVDT_SCB_EVT* p_data);
852 void avdt_scb_hdl_close_rsp(AvdtpScb* p_scb, tAVDT_SCB_EVT* p_data);
853 void avdt_scb_hdl_getconfig_cmd(AvdtpScb* p_scb, tAVDT_SCB_EVT* p_data);
854 void avdt_scb_hdl_getconfig_rsp(AvdtpScb* p_scb, tAVDT_SCB_EVT* p_data);
[all …]
Davdt_scb_act.cc87 void avdt_scb_hdl_abort_cmd(AvdtpScb* p_scb, tAVDT_SCB_EVT* p_data) { in avdt_scb_hdl_abort_cmd()
103 tAVDT_SCB_EVT* /* p_data */) { in avdt_scb_hdl_abort_rsp() argument
117 void avdt_scb_hdl_close_cmd(AvdtpScb* p_scb, tAVDT_SCB_EVT* p_data) { in avdt_scb_hdl_close_cmd()
132 void avdt_scb_hdl_close_rsp(AvdtpScb* p_scb, tAVDT_SCB_EVT* p_data) { in avdt_scb_hdl_close_rsp()
147 void avdt_scb_hdl_getconfig_cmd(AvdtpScb* p_scb, tAVDT_SCB_EVT* p_data) { in avdt_scb_hdl_getconfig_cmd()
164 tAVDT_SCB_EVT* /* p_data */) { in avdt_scb_hdl_getconfig_rsp() argument
178 void avdt_scb_hdl_open_cmd(AvdtpScb* p_scb, tAVDT_SCB_EVT* p_data) { in avdt_scb_hdl_open_cmd()
194 void avdt_scb_hdl_open_rej(AvdtpScb* p_scb, tAVDT_SCB_EVT* p_data) { in avdt_scb_hdl_open_rej()
209 void avdt_scb_hdl_open_rsp(AvdtpScb* p_scb, tAVDT_SCB_EVT* /* p_data */) { in avdt_scb_hdl_open_rsp() argument
229 void avdt_scb_hdl_pkt_no_frag(AvdtpScb* p_scb, tAVDT_SCB_EVT* p_data) { in avdt_scb_hdl_pkt_no_frag()
[all …]
Davdt_api.cc407 tAVDT_SCB_EVT evt; in AVDT_DelayReport()
449 tAVDT_SCB_EVT evt; in AVDT_OpenReq()
507 tAVDT_SCB_EVT evt; in AVDT_ConfigRsp()
716 tAVDT_SCB_EVT evt; in AVDT_ReconfigReq()
756 tAVDT_SCB_EVT evt; in AVDT_SecurityReq()
796 tAVDT_SCB_EVT evt; in AVDT_SecurityRsp()
861 tAVDT_SCB_EVT evt; in AVDT_WriteReqOpt()
Davdt_ad.cc326 tAVDT_SCB_EVT avdt_scb_evt; in avdt_ad_tc_close_ind()
389 tAVDT_SCB_EVT avdt_scb_evt; in avdt_ad_tc_open_ind()
428 tAVDT_SCB_EVT avdt_scb_evt; in avdt_ad_tc_cong_ind()
467 avdt_scb_event(p_scb, AVDT_SCB_TC_DATA_EVT, (tAVDT_SCB_EVT*)&p_buf); in avdt_ad_tc_data_ind()
Davdt_ccb_act.cc310 avdt_scb_event(p_scb, event, (tAVDT_SCB_EVT*)&p_data->msg); in avdt_ccb_hdl_start_rsp()
380 avdt_scb_event(p_scb, event, (tAVDT_SCB_EVT*)&p_data->msg); in avdt_ccb_hdl_suspend_rsp()
522 tAVDT_SCB_EVT avdt_scb_evt; in avdt_ccb_snd_start_cmd()
597 tAVDT_SCB_EVT avdt_scb_evt; in avdt_ccb_snd_suspend_cmd()
713 tAVDT_SCB_EVT avdt_scb_evt; in avdt_ccb_cmd_fail()
Davdt_scb.cc761 void avdt_scb_event(AvdtpScb* p_scb, uint8_t event, tAVDT_SCB_EVT* p_data) { in avdt_scb_event()
893 void avdt_scb_dealloc(AvdtpScb* p_scb, tAVDT_SCB_EVT* /* p_data */) { in avdt_scb_dealloc() argument
Davdt_msg.cc1686 tAVDT_SCB_EVT avdt_scb_evt; in avdt_msg_ind()
/packages/modules/Bluetooth/system/stack/test/
Dstack_avdtp_test.cc90 tAVDT_SCB_EVT data; in TearDown()
128 tAVDT_SCB_EVT data; in TEST_F()
176 tAVDT_SCB_EVT data; in TEST_F()
197 tAVDT_SCB_EVT data; in TEST_F()
236 tAVDT_SCB_EVT data; in TEST_F()
276 tAVDT_SCB_EVT data; in TEST_F()
316 void avdt_scb_hdl_pkt_no_frag(AvdtpScb* p_scb, tAVDT_SCB_EVT* p_data);
327 tAVDT_SCB_EVT evt_data = { in TEST_F()
349 tAVDT_SCB_EVT evt_data = { in TEST_F()
383 tAVDT_SCB_EVT evt_data = { in TEST_F()
[all …]