/aosp_15_r20/packages/modules/Bluetooth/system/stack/avdt/ |
D | avdt_ccb_act.cc | 57 static void avdt_ccb_clear_ccb(AvdtpCcb* p_ccb) { in avdt_ccb_clear_ccb() 87 void avdt_ccb_chan_open(AvdtpCcb* p_ccb, tAVDT_CCB_EVT* /* p_data */) { in avdt_ccb_chan_open() 102 void avdt_ccb_chan_close(AvdtpCcb* p_ccb, tAVDT_CCB_EVT* /* p_data */) { in avdt_ccb_chan_close() 118 void avdt_ccb_chk_close(AvdtpCcb* p_ccb, tAVDT_CCB_EVT* /* p_data */) { in avdt_ccb_chk_close() 151 void avdt_ccb_hdl_discover_cmd(AvdtpCcb* p_ccb, tAVDT_CCB_EVT* p_data) { in avdt_ccb_hdl_discover_cmd() 189 void avdt_ccb_hdl_discover_rsp(AvdtpCcb* p_ccb, tAVDT_CCB_EVT* p_data) { in avdt_ccb_hdl_discover_rsp() 211 void avdt_ccb_hdl_getcap_cmd(AvdtpCcb* p_ccb, tAVDT_CCB_EVT* p_data) { in avdt_ccb_hdl_getcap_cmd() 240 void avdt_ccb_hdl_getcap_rsp(AvdtpCcb* p_ccb, tAVDT_CCB_EVT* p_data) { in avdt_ccb_hdl_getcap_rsp() 262 void avdt_ccb_hdl_start_cmd(AvdtpCcb* p_ccb, tAVDT_CCB_EVT* p_data) { in avdt_ccb_hdl_start_cmd() 292 void avdt_ccb_hdl_start_rsp(AvdtpCcb* p_ccb, tAVDT_CCB_EVT* p_data) { in avdt_ccb_hdl_start_rsp() [all …]
|
D | avdt_ad.cc | 138 AvdtpTransportChannel* avdt_ad_tc_tbl_by_st(uint8_t type, AvdtpCcb* p_ccb, uint8_t state) { in avdt_ad_tc_tbl_by_st() 207 AvdtpTransportChannel* avdt_ad_tc_tbl_by_type(uint8_t type, AvdtpCcb* p_ccb, AvdtpScb* p_scb) { in avdt_ad_tc_tbl_by_type() 237 AvdtpTransportChannel* avdt_ad_tc_tbl_alloc(AvdtpCcb* p_ccb) { in avdt_ad_tc_tbl_alloc() 288 AvdtpCcb* p_ccb; in avdt_ad_tc_close_ind() local 336 AvdtpCcb* p_ccb; in avdt_ad_tc_open_ind() local 396 AvdtpCcb* p_ccb; in avdt_ad_tc_cong_ind() local 437 AvdtpCcb* p_ccb; in avdt_ad_tc_data_ind() local 476 tL2CAP_DW_RESULT avdt_ad_write_req(uint8_t type, AvdtpCcb* p_ccb, AvdtpScb* p_scb, BT_HDR* p_buf) { in avdt_ad_write_req() 502 void avdt_ad_open_req(uint8_t type, AvdtpCcb* p_ccb, AvdtpScb* p_scb, tAVDT_ROLE role) { in avdt_ad_open_req() 564 void avdt_ad_close_req(uint8_t type, AvdtpCcb* p_ccb, AvdtpScb* p_scb) { in avdt_ad_close_req()
|
D | avdt_ccb.cc | 363 void avdt_ccb_event(AvdtpCcb* p_ccb, uint8_t event, tAVDT_CCB_EVT* p_data) { in avdt_ccb_event() 403 AvdtpCcb* p_ccb = &avdtp_cb.ccb[0]; in avdt_ccb_by_bd() local 434 AvdtpCcb* p_ccb = &avdtp_cb.ccb[0]; in avdt_ccb_alloc() local 453 AvdtpCcb* p_ccb = &avdtp_cb.ccb[channel_index]; in avdt_ccb_alloc_by_channel_index() local 485 void avdt_ccb_dealloc(AvdtpCcb* p_ccb, tAVDT_CCB_EVT* /* p_data */) { in avdt_ccb_dealloc() 501 uint8_t avdt_ccb_to_idx(AvdtpCcb* p_ccb) { in avdt_ccb_to_idx() 517 AvdtpCcb* p_ccb; in avdt_ccb_by_idx() local
|
D | avdt_api.cc | 55 AvdtpCcb* p_ccb = (AvdtpCcb*)data; in avdt_ccb_idle_ccb_timer_timeout() local 65 AvdtpCcb* p_ccb = (AvdtpCcb*)data; in avdt_ccb_ret_ccb_timer_timeout() local 75 AvdtpCcb* p_ccb = (AvdtpCcb*)data; in avdt_ccb_rsp_ccb_timer_timeout() local 257 AvdtpCcb* p_ccb; in AVDT_DiscoverReq() local 303 AvdtpCcb* p_ccb = NULL; in avdt_get_cap_req() local 438 AvdtpCcb* p_ccb = NULL; in AVDT_OpenReq() local 881 AvdtpCcb* p_ccb = NULL; in AVDT_ConnectReq() local 926 AvdtpCcb* p_ccb = NULL; in AVDT_DisconnectReq() local 956 AvdtpCcb* p_ccb; in AVDT_GetL2CapChannel() local
|
D | avdt_msg.cc | 1038 bool avdt_msg_send(AvdtpCcb* p_ccb, BT_HDR* p_msg) { in avdt_msg_send() 1178 static BT_HDR* avdt_msg_asmbl(AvdtpCcb* p_ccb, BT_HDR* p_buf) { in avdt_msg_asmbl() 1310 void avdt_msg_send_cmd(AvdtpCcb* p_ccb, void* p_scb, uint8_t sig_id, tAVDT_MSG* p_params) { in avdt_msg_send_cmd() 1365 void avdt_msg_send_rsp(AvdtpCcb* p_ccb, uint8_t sig_id, tAVDT_MSG* p_params) { in avdt_msg_send_rsp() 1404 void avdt_msg_send_rej(AvdtpCcb* p_ccb, uint8_t sig_id, tAVDT_MSG* p_params) { in avdt_msg_send_rej() 1454 void avdt_msg_send_grej(AvdtpCcb* p_ccb, uint8_t sig_id, tAVDT_MSG* p_params) { in avdt_msg_send_grej() 1489 void avdt_msg_ind(AvdtpCcb* p_ccb, BT_HDR* p_buf) { in avdt_msg_ind()
|
D | avdt_scb_act.cc | 584 AvdtpCcb* p_ccb = avdt_ccb_by_idx(p_data->msg.config_cmd.hdr.ccb_idx); in avdt_scb_hdl_setconfig_cmd() local 776 AvdtpCcb* p_ccb = p_scb->p_ccb; in avdt_scb_hdl_tc_close() local 1284 AvdtpCcb* p_ccb = avdt_ccb_by_idx(p_data->msg.config_cmd.hdr.ccb_idx); in avdt_scb_snd_setconfig_req() local 1471 AvdtpCcb* p_ccb; in avdt_scb_clr_pkt() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gap/ |
D | gap_conn.cc | 173 tGAP_CCB* p_ccb; in GAP_ConnOpen() local 330 tGAP_CCB* p_ccb = gap_find_ccb_by_handle(gap_handle); in GAP_ConnClose() local 374 tGAP_CCB* p_ccb = gap_find_ccb_by_handle(gap_handle); in GAP_ConnReadData() local 430 tGAP_CCB* p_ccb; in GAP_GetRxQueueCnt() local 451 static bool gap_try_write_queued_data(tGAP_CCB* p_ccb) { in gap_try_write_queued_data() 494 tGAP_CCB* p_ccb = gap_find_ccb_by_handle(gap_handle); in GAP_ConnWriteData() local 534 tGAP_CCB* p_ccb = gap_find_ccb_by_handle(gap_handle); in GAP_ConnGetRemoteAddr() local 556 tGAP_CCB* p_ccb; in GAP_ConnGetRemMtuSize() local 579 tGAP_CCB* p_ccb; in GAP_ConnGetL2CAPCid() local 612 tGAP_CCB* p_ccb = gap_find_ccb_by_handle(gap_handle); in GAP_GetLeChannelInfo() local [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_fcr.cc | 151 void l2c_fcr_start_timer(tL2C_CCB* p_ccb) { in l2c_fcr_start_timer() 177 void l2c_fcr_stop_timer(tL2C_CCB* p_ccb) { in l2c_fcr_stop_timer() 192 void l2c_fcr_cleanup(tL2C_CCB* p_ccb) { in l2c_fcr_cleanup() 251 bool l2c_fcr_is_flow_controlled(tL2C_CCB* p_ccb) { in l2c_fcr_is_flow_controlled() 274 static void prepare_I_frame(tL2C_CCB* p_ccb, BT_HDR* p_buf, bool is_retransmission) { in prepare_I_frame() 375 void l2c_fcr_send_S_frame(tL2C_CCB* p_ccb, uint16_t function_code, uint16_t pf_bit) { in l2c_fcr_send_S_frame() 464 void l2c_fcr_proc_pdu(tL2C_CCB* p_ccb, BT_HDR* p_buf) { in l2c_fcr_proc_pdu() 679 void l2c_lcc_proc_pdu(tL2C_CCB* p_ccb, BT_HDR* p_buf) { in l2c_lcc_proc_pdu() 785 void l2c_fcr_proc_tout(tL2C_CCB* p_ccb) { in l2c_fcr_proc_tout() 812 void l2c_fcr_proc_ack_tout(tL2C_CCB* p_ccb) { in l2c_fcr_proc_ack_tout() [all …]
|
D | l2c_utils.cc | 156 tL2C_CCB* p_ccb; in l2cu_release_lcb() local 412 void l2cu_send_peer_connect_req(tL2C_CCB* p_ccb) { in l2cu_send_peer_connect_req() 447 void l2cu_send_peer_connect_rsp(tL2C_CCB* p_ccb, tL2CAP_CONN result, uint16_t status) { in l2cu_send_peer_connect_rsp() 519 void l2cu_send_credit_based_reconfig_req(tL2C_CCB* p_ccb, tL2CAP_LE_CFG_INFO* p_cfg) { in l2cu_send_credit_based_reconfig_req() 569 void l2cu_send_peer_config_req(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_cfg) { in l2cu_send_peer_config_req() 675 void l2cu_send_peer_config_rsp(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_cfg) { in l2cu_send_peer_config_rsp() 768 void l2cu_send_peer_config_rej(tL2C_CCB* p_ccb, uint8_t* p_data, uint16_t data_len, in l2cu_send_peer_config_rej() 878 void l2cu_send_peer_disc_req(tL2C_CCB* p_ccb) { in l2cu_send_peer_disc_req() 1156 void l2cu_enqueue_ccb(tL2C_CCB* p_ccb) { in l2cu_enqueue_ccb() 1239 void l2cu_dequeue_ccb(tL2C_CCB* p_ccb) { in l2cu_dequeue_ccb() [all …]
|
D | l2c_csm.cc | 65 static void l2c_csm_send_connect_rsp(tL2C_CCB* p_ccb) { in l2c_csm_send_connect_rsp() 125 tL2C_CCB* p_ccb = (tL2C_CCB*)data; in l2c_ccb_pts_delay_config_timeout() local 139 static void l2c_csm_send_config_req(tL2C_CCB* p_ccb) { in l2c_csm_send_config_req() 160 static void l2c_csm_send_config_rsp_ok(tL2C_CCB* p_ccb, bool cbit) { in l2c_csm_send_config_rsp_ok() 169 static void l2c_csm_send_disconnect_rsp(tL2C_CCB* p_ccb) { in l2c_csm_send_disconnect_rsp() 173 static void l2c_csm_indicate_connection_open(tL2C_CCB* p_ccb) { in l2c_csm_indicate_connection_open() 201 void l2c_csm_execute(tL2C_CCB* p_ccb, tL2CEVT event, void* p_data) { in l2c_csm_execute() 274 static void l2c_csm_closed(tL2C_CCB* p_ccb, tL2CEVT event, void* p_data) { in l2c_csm_closed() 455 static void l2c_csm_orig_w4_sec_comp(tL2C_CCB* p_ccb, tL2CEVT event, void* p_data) { in l2c_csm_orig_w4_sec_comp() 553 static void l2c_csm_term_w4_sec_comp(tL2C_CCB* p_ccb, tL2CEVT event, void* p_data) { in l2c_csm_term_w4_sec_comp() [all …]
|
D | l2c_main.cc | 120 tL2C_CCB* p_ccb = NULL; in l2c_rcv_acl_data() local 344 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in process_l2cap_cmd() local 367 for (tL2C_CCB* p_ccb = p_lcb->ccb_queue.p_first_ccb; p_ccb; p_ccb = p_ccb->p_next_ccb) { in process_l2cap_cmd() local 394 tL2C_CCB* p_ccb = l2cu_allocate_ccb(p_lcb, 0); in process_l2cap_cmd() local 431 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in process_l2cap_cmd() local 591 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in process_l2cap_cmd() local 704 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in process_l2cap_cmd() local 730 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in process_l2cap_cmd() local 753 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in process_l2cap_cmd() local 830 for (tL2C_CCB* p_ccb = p_lcb->ccb_queue.p_first_ccb; p_ccb; p_ccb = p_ccb->p_next_ccb) { in process_l2cap_cmd() local [all …]
|
D | l2c_api.cc | 182 tL2C_CCB* p_ccb; in L2CA_Deregister() local 330 tL2C_CCB* p_ccb = l2cu_allocate_ccb(p_lcb, 0); in L2CA_ConnectReq() local 461 tL2C_CCB* p_ccb = p_lcb->ccb_queue.p_first_ccb; in L2CA_DeregisterLECoc() local 529 tL2C_CCB* p_ccb = l2cu_allocate_ccb(p_lcb, 0); in L2CA_ConnectLECocReq() local 589 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(NULL, lcid); in L2CA_GetPeerLECocConfig() local 621 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in L2CA_GetPeerLECocCredit() local 661 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, p_lcb->pending_lead_cid); in L2CA_ConnectCreditBasedRsp() local 773 tL2C_CCB* p_ccb = l2cu_allocate_ccb(p_lcb, 0, psm == BT_PSM_EATT /* is_eatt */); in L2CA_ConnectCreditBasedReq() local 829 tL2C_CCB* p_ccb; in L2CA_ReconfigCreditBasedConnsReq() local 897 tL2C_CCB* p_ccb; in L2CA_DisconnectReq() local [all …]
|
D | l2c_link.cc | 66 tL2C_CCB* p_ccb; in l2c_link_hci_conn_comp() local 189 tL2C_CCB* p_ccb; in l2c_link_sec_comp() local 318 tL2C_CCB* p_ccb; in l2c_link_hci_disc_comp() local 434 tL2C_CCB* p_ccb; in l2c_link_timeout() local 520 tL2C_CCB* p_ccb; in l2c_info_resp_timer_timeout() local 698 tL2C_CCB* p_ccb = l2cb.ccb_pool + xx; in l2c_link_adjust_chnl_allocation() local 809 for (tL2C_CCB* p_ccb = p_lcb->ccb_queue.p_first_ccb; p_ccb; p_ccb = p_ccb->p_next_ccb) { in l2c_link_check_power_mode() local 1078 auto p_ccb = p_lcb->p_fixed_ccbs[fixed_cid - L2CAP_FIRST_FIXED_CHNL]; in l2c_link_send_to_lower() local 1182 tL2C_CCB* p_ccb; in l2cu_get_next_channel_in_rr() local 1279 tL2C_CCB* p_ccb; in l2cu_get_next_buffer_to_send() local
|
D | l2c_ble.cc | 119 for (tL2C_CCB* p_ccb = p_lcb->ccb_queue.p_first_ccb; p_ccb; p_ccb = p_ccb->p_next_ccb) { in l2cble_notify_le_connection() local 240 tL2C_CCB *p_ccb = NULL, *temp_p_ccb = NULL; in l2cble_process_sig_cmd() local 1189 void l2cble_credit_based_conn_req(tL2C_CCB* p_ccb) { in l2cble_credit_based_conn_req() 1217 void l2cble_credit_based_conn_res(tL2C_CCB* p_ccb, tL2CAP_LE_RESULT_CODE result) { in l2cble_credit_based_conn_res() 1241 void l2cble_send_flow_control_credit(tL2C_CCB* p_ccb, uint16_t credit_value) { in l2cble_send_flow_control_credit() 1265 void l2cble_send_peer_disc_req(tL2C_CCB* p_ccb) { in l2cble_send_peer_disc_req()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/sdp/ |
D | sdp_main.cc | 59 tCONN_CB* p_ccb = sdpu_allocate_ccb(); in sdp_connect_ind() local 76 tCONN_CB* p_ccb = sdpu_find_ccb_by_cid(l2cap_cid); in sdp_on_l2cap_error() local 98 tCONN_CB* p_ccb = sdpu_find_ccb_by_cid(l2cap_cid); in sdp_connect_cfm() local 126 tCONN_CB* p_ccb = sdpu_find_ccb_by_cid(l2cap_cid); in sdp_config_ind() local 164 tCONN_CB* p_ccb = sdpu_find_ccb_by_cid(l2cap_cid); in sdp_config_cfm() local 194 tCONN_CB* p_ccb = sdpu_find_ccb_by_cid(l2cap_cid); in sdp_disconnect_ind() local 235 tCONN_CB* p_ccb = sdpu_find_ccb_by_cid(l2cap_cid); in sdp_data_ind() local 269 tCONN_CB* p_ccb = sdpu_allocate_ccb(); in sdp_conn_originate() local 314 void sdp_disconnect(tCONN_CB* p_ccb, tSDP_REASON reason) { in sdp_disconnect() 353 tCONN_CB* p_ccb = sdpu_find_ccb_by_cid(l2cap_cid); in sdp_disconnect_cfm() local
|
D | sdp_discovery.cc | 120 static void sdp_snd_service_search_req(tCONN_CB* p_ccb, uint8_t cont_len, uint8_t* p_cont) { in sdp_snd_service_search_req() 202 static bool sdp_copy_raw_data(tCONN_CB* p_ccb, bool offset) { in sdp_copy_raw_data() 523 static uint8_t* save_attr_seq(tCONN_CB* p_ccb, uint8_t* p, uint8_t* p_msg_end) { in save_attr_seq() 586 static void process_service_search_attr_rsp(tCONN_CB* p_ccb, uint8_t* p_reply, in process_service_search_attr_rsp() 773 static void process_service_attr_rsp(tCONN_CB* p_ccb, uint8_t* p_reply, uint8_t* p_reply_end) { in process_service_attr_rsp() 902 static void process_service_search_rsp(tCONN_CB* p_ccb, uint8_t* p_reply, uint8_t* p_reply_end) { in process_service_search_rsp() 972 void sdp_disc_connected(tCONN_CB* p_ccb) { in sdp_disc_connected() 997 void sdp_disc_server_rsp(tCONN_CB* p_ccb, BT_HDR* p_msg) { in sdp_disc_server_rsp()
|
D | sdp_utils.cc | 314 tCONN_CB* p_ccb{}; in sdpu_find_ccb_by_cid() local 340 tCONN_CB* p_ccb{}; in sdpu_find_ccb_by_db() local 365 tCONN_CB* p_ccb{}; in sdpu_allocate_ccb() local 433 tCONN_CB* p_ccb{}; in sdpu_dump_all_ccb() local 455 tCONN_CB* p_ccb{}; in sdpu_get_active_ccb_cid() local 486 tCONN_CB* p_ccb{}; in sdpu_process_pend_ccb_same_cid() local 515 tCONN_CB* p_ccb{}; in sdpu_process_pend_ccb_new_cid() local 556 tCONN_CB* p_ccb{}; in sdpu_clear_pend_ccb() local 701 void sdpu_build_n_send_error(tCONN_CB* p_ccb, uint16_t trans_num, tSDP_STATUS error_code, in sdpu_build_n_send_error()
|
D | sdp_api.cc | 124 tCONN_CB* p_ccb = sdpu_find_ccb_by_db(p_db); in SDP_CancelServiceSearch() local 146 tCONN_CB* p_ccb = sdp_conn_originate(bd_addr); in SDP_ServiceSearchRequest() local 177 tCONN_CB* p_ccb = sdp_conn_originate(bd_addr); in SDP_ServiceSearchAttributeRequest() local 210 tCONN_CB* p_ccb = sdp_conn_originate(bd_addr); in SDP_ServiceSearchAttributeRequest2() local
|
D | sdp_server.cc | 181 static void process_service_search(tCONN_CB* p_ccb, uint16_t trans_num, uint16_t param_len, in process_service_search() 318 static void process_service_attr_req(tCONN_CB* p_ccb, uint16_t trans_num, uint16_t param_len, in process_service_attr_req() 583 static void process_service_search_attr_req(tCONN_CB* p_ccb, uint16_t trans_num, uint16_t param_len, in process_service_search_attr_req() 939 void sdp_server_handle_client_req(tCONN_CB* p_ccb, BT_HDR* p_msg) { in sdp_server_handle_client_req()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/avct/ |
D | avct_bcb_act.cc | 174 bool is_valid_role_check(const tAVCT_CCB* p_ccb) { in is_valid_role_check() 183 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_bcb_open_ind() local 250 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_bcb_open_fail() local 271 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_bcb_close_ind() local 305 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_bcb_close_cfm() local 401 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_bcb_cong_ind() local 527 tAVCT_CCB* p_ccb; in avct_bcb_msg_ind() local 619 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_bcb_dealloc() local 687 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_bcb_get_last_ccb_index() local
|
D | avct_api.cc | 144 tAVCT_CCB* p_ccb; in AVCT_CreateConn() local 205 tAVCT_CCB* p_ccb = avct_ccb_by_idx(handle); in AVCT_RemoveConn() local 242 tAVCT_CCB* p_ccb; in AVCT_CreateBrowse() local 307 tAVCT_CCB* p_ccb = avct_ccb_by_idx(handle); in AVCT_RemoveBrowse() local 335 tAVCT_CCB* p_ccb = avct_ccb_by_idx(handle); in AVCT_GetBrowseMtu() local 356 tAVCT_CCB* p_ccb; in AVCT_GetPeerMtu() local 393 tAVCT_CCB* p_ccb; in AVCT_MsgReq() local
|
D | avct_lcb_act.cc | 233 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_lcb_open_ind() local 339 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_lcb_open_fail() local 362 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_lcb_close_ind() local 390 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_lcb_close_cfm() local 494 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_lcb_cong_ind() local 662 tAVCT_CCB* p_ccb; in avct_lcb_msg_ind() local 735 tAVCT_CCB* p_ccb; in avct_msg_ind_for_src_sink_coexist() local
|
D | avct_ccb.cc | 49 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_ccb_alloc() local 80 void avct_ccb_dealloc(tAVCT_CCB* p_ccb, uint8_t event, uint16_t result, const RawAddress* bd_addr) { in avct_ccb_dealloc() 109 uint8_t avct_ccb_to_idx(tAVCT_CCB* p_ccb) { in avct_ccb_to_idx() 125 tAVCT_CCB* p_ccb; in avct_ccb_by_idx() local
|
D | avct_lcb.cc | 325 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_lcb_dealloc() local 381 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_lcb_has_pid() local 403 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_lcb_last_ccb() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_l2cap_ble.cc | 144 void l2cble_credit_based_conn_req(tL2C_CCB* p_ccb) { in l2cble_credit_based_conn_req() 148 void l2cble_credit_based_conn_res(tL2C_CCB* p_ccb, tL2CAP_LE_RESULT_CODE result) { in l2cble_credit_based_conn_res() 152 void l2cble_send_flow_control_credit(tL2C_CCB* p_ccb, uint16_t credit_value) { in l2cble_send_flow_control_credit() 156 void l2cble_send_peer_disc_req(tL2C_CCB* p_ccb) { in l2cble_send_peer_disc_req()
|