Home
last modified time | relevance | path

Searched refs:scb_index (Results 1 – 11 of 11) 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()
566 fmt::ptr(p_scb), p_scb->stream_config.scb_index); in avdt_scb_hdl_setconfig_cmd()
598 p_scb->stream_config.scb_index); 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()
710 AVDT_START_IND_EVT, NULL, p_scb->stream_config.scb_index); in avdt_scb_hdl_start_cmd()
728 p_scb->stream_config.scb_index); in avdt_scb_hdl_start_rsp()
745 AVDT_SUSPEND_IND_EVT, NULL, p_scb->stream_config.scb_index); in avdt_scb_hdl_suspend_cmd()
[all …]
Davdt_scb.cc769 p_scb->stream_config.scb_index); in avdt_scb_event()
776 int scb_index = -1; in avdt_scb_event() local
785 scb_index = j; in avdt_scb_event()
793 avdtp_cb.ccb[ccb_index].scb[scb_index].curr_stream = true; in avdt_scb_event()
940 fmt::ptr(p_scb), p_scb->stream_config.scb_index); in avdt_scb_by_hdl()
Davdt_api.cc173 peer_id, avdtp_stream_config.scb_index); in AVDT_CreateStream()
182 peer_id, avdtp_stream_config.scb_index); in AVDT_CreateStream()
1030 dprintf(fd, " SCB index: %d\n", scb.stream_config.scb_index); in stack_debug_avdtp_api_dump()
/packages/modules/Bluetooth/system/stack/include/
Davdt_api.h318 scb_index(0) {} in AvdtpRcb()
326 scb_index = 0; in Reset()
333 uint8_t scb_index; /* The Stream Control Block index */ variable
470 uint8_t scb_index);
504 scb_index(0), in AvdtpStreamConfig()
515 scb_index = 0; in Reset()
526 uint8_t scb_index; // The index to the bta_av_cb.p_scb[] entry variable
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_main.cc345 uint8_t scb_index = p_scb->hdi; in bta_av_free_scb() local
346 log::assert_that(scb_index < BTA_AV_NUM_STRS, in bta_av_free_scb()
349 log::assert_that(p_scb == bta_av_cb.p_scb[scb_index], in bta_av_free_scb()
351 bta_av_cb.p_scb[scb_index] = nullptr; in bta_av_free_scb()
394 uint8_t event, tAVDT_CTRL* p_data, uint8_t scb_index) { in bta_av_conn_cback() argument
414 p_msg->scb_index = scb_index; in bta_av_conn_cback()
418 log::info("conn_cback bd_addr: {}, scb_index: {}", bd_addr, scb_index); in bta_av_conn_cback()
533 reg.scb_index = p_scb->hdi; in bta_av_api_register()
606 avdtp_stream_config.scb_index = p_scb->hdi; in bta_av_api_register()
Dbta_av_int.h374 uint8_t scb_index; member
737 tAVDT_CTRL* p_data, uint8_t scb_index);
790 uint8_t scb_index);
Dbta_av_aact.cc353 uint8_t scb_index) { in bta_av_proc_stream_evt() argument
354 log::assert_that(scb_index < BTA_AV_NUM_STRS, in bta_av_proc_stream_evt()
356 tBTA_AV_SCB* p_scb = bta_av_cb.p_scb[scb_index]; in bta_av_proc_stream_evt()
361 bd_addr, handle, event, scb_index, fmt::ptr(p_scb)); in bta_av_proc_stream_evt()
383 p_msg->scb_index = scb_index; in bta_av_proc_stream_evt()
385 scb_index); in bta_av_proc_stream_evt()
443 bta_av_conn_cback(handle, bd_addr, event, p_data, scb_index); in bta_av_proc_stream_evt()
Dbta_av_act.cc1641 uint8_t scb_index = p_data->str_msg.scb_index; in bta_av_sig_chg() local
1642 alarm_cancel(p_cb->p_scb[scb_index]->link_signalling_timer); in bta_av_sig_chg()
/packages/modules/Bluetooth/system/bta/ar/
Dbta_ar.cc103 uint8_t scb_index) { in bta_ar_avdt_cback() argument
106 (*bta_ar_cb.p_av_conn_cback)(handle, bd_addr, event, p_data, scb_index); in bta_ar_avdt_cback()
158 uint8_t scb_index) { in bta_ar_avdt_conn() argument
/packages/modules/Bluetooth/system/stack/test/
Dstack_avdtp_test.cc44 uint8_t scb_index) { in AvdtConnCallback() argument
51 uint8_t scb_index) { in StreamCtrlCallback() argument
66 reg_ctrl_block_.scb_index = 0; in SetUpTestCase()
/packages/modules/Bluetooth/system/bta/include/
Dbta_ar_api.h88 uint8_t scb_index);