Home
last modified time | relevance | path

Searched refs:tAVDT_CTRL (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/stack/avdt/
Davdt_scb_act.cc475 (tAVDT_CTRL*)&p_data->msg.reconfig_cmd, p_scb->stream_config.scb_index); in avdt_scb_hdl_reconfig_cmd()
509 (tAVDT_CTRL*)&p_data->msg.svccap, p_scb->stream_config.scb_index); in avdt_scb_hdl_reconfig_rsp()
532 (tAVDT_CTRL*)&p_data->msg.security_cmd, p_scb->stream_config.scb_index); in avdt_scb_hdl_security_cmd()
550 (tAVDT_CTRL*)&p_data->msg.security_cmd, p_scb->stream_config.scb_index); in avdt_scb_hdl_security_rsp()
597 AVDT_CONFIG_IND_EVT, (tAVDT_CTRL*)&p_data->msg.config_cmd, in avdt_scb_hdl_setconfig_cmd()
633 (tAVDT_CTRL*)&p_data->msg.hdr, p_scb->stream_config.scb_index); in avdt_scb_hdl_setconfig_rej()
727 AVDT_START_CFM_EVT, (tAVDT_CTRL*)&p_data->msg.hdr, in avdt_scb_hdl_start_rsp()
762 AVDT_SUSPEND_CFM_EVT, (tAVDT_CTRL*)&p_data->msg.hdr, in avdt_scb_hdl_suspend_rsp()
785 tAVDT_CTRL avdt_ctrl; in avdt_scb_hdl_tc_close()
851 AVDT_DELAY_REPORT_EVT, (tAVDT_CTRL*)&p_data->msg.hdr, in avdt_scb_hdl_delay_rpt_cmd()
[all …]
Davdt_ccb_act.cc193 (tAVDT_CTRL*)(&p_data->msg.discover_rsp), in avdt_ccb_hdl_discover_rsp()
245 (tAVDT_CTRL*)(&p_data->msg.svccap), in avdt_ccb_hdl_getcap_rsp()
1004 tAVDT_CTRL avdt_ctrl; in avdt_ccb_ll_closed()
1039 tAVDT_CTRL avdt_ctrl; in avdt_ccb_ll_opened()
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_av_main.cc65 uint8_t /* event */, tAVDT_CTRL* /* p_data */, in bta_av_conn_cback() argument
/packages/modules/Bluetooth/system/stack/include/
Davdt_api.h461 } tAVDT_CTRL; typedef
469 uint8_t event, tAVDT_CTRL* p_data,
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_int.h372 tAVDT_CTRL msg; /* AVDTP callback message parameters */
737 tAVDT_CTRL* p_data, uint8_t scb_index);
789 uint8_t event, tAVDT_CTRL* p_data,
Dbta_av_main.cc394 uint8_t event, tAVDT_CTRL* p_data, uint8_t scb_index) { in bta_av_conn_cback()
Dbta_av_aact.cc352 uint8_t event, tAVDT_CTRL* p_data, in bta_av_proc_stream_evt()
388 memcpy(&p_msg->msg, p_data, sizeof(tAVDT_CTRL)); in bta_av_proc_stream_evt()
/packages/modules/Bluetooth/system/stack/test/
Dstack_avdtp_test.cc43 uint8_t event, tAVDT_CTRL* p_data, in AvdtConnCallback()
50 uint8_t event, tAVDT_CTRL* p_data, in StreamCtrlCallback()
/packages/modules/Bluetooth/system/bta/ar/
Dbta_ar.cc102 uint8_t event, tAVDT_CTRL* p_data, in bta_ar_avdt_cback()