/packages/modules/Bluetooth/system/stack/avdt/ |
D | avdt_ccb_act.cc | 53 static void avdt_ccb_clear_ccb(AvdtpCcb* p_ccb) { in avdt_ccb_clear_ccb() 82 void avdt_ccb_chan_open(AvdtpCcb* p_ccb, tAVDT_CCB_EVT* /* p_data */) { in avdt_ccb_chan_open() 97 void avdt_ccb_chan_close(AvdtpCcb* p_ccb, tAVDT_CCB_EVT* /* p_data */) { in avdt_ccb_chan_close() 113 void avdt_ccb_chk_close(AvdtpCcb* p_ccb, tAVDT_CCB_EVT* /* p_data */) { in avdt_ccb_chk_close() 147 void avdt_ccb_hdl_discover_cmd(AvdtpCcb* p_ccb, tAVDT_CCB_EVT* p_data) { in avdt_ccb_hdl_discover_cmd() 187 void avdt_ccb_hdl_discover_rsp(AvdtpCcb* p_ccb, tAVDT_CCB_EVT* p_data) { in avdt_ccb_hdl_discover_rsp() 210 void avdt_ccb_hdl_getcap_cmd(AvdtpCcb* p_ccb, tAVDT_CCB_EVT* p_data) { in avdt_ccb_hdl_getcap_cmd() 239 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() 293 void avdt_ccb_hdl_start_rsp(AvdtpCcb* p_ccb, tAVDT_CCB_EVT* p_data) { in avdt_ccb_hdl_start_rsp() [all …]
|
D | avdt_ccb.cc | 368 void avdt_ccb_event(AvdtpCcb* p_ccb, uint8_t event, tAVDT_CCB_EVT* p_data) { in avdt_ccb_event() 411 AvdtpCcb* p_ccb = &avdtp_cb.ccb[0]; in avdt_ccb_by_bd() local 442 AvdtpCcb* p_ccb = &avdtp_cb.ccb[0]; in avdt_ccb_alloc() local 463 AvdtpCcb* p_ccb = &avdtp_cb.ccb[channel_index]; in avdt_ccb_alloc_by_channel_index() local 496 void avdt_ccb_dealloc(AvdtpCcb* p_ccb, tAVDT_CCB_EVT* /* p_data */) { in avdt_ccb_dealloc() 512 uint8_t avdt_ccb_to_idx(AvdtpCcb* p_ccb) { in avdt_ccb_to_idx() 528 AvdtpCcb* p_ccb; in avdt_ccb_by_idx() local
|
D | avdt_ad.cc | 143 AvdtpTransportChannel* avdt_ad_tc_tbl_by_st(uint8_t type, AvdtpCcb* p_ccb, in avdt_ad_tc_tbl_by_st() 215 AvdtpTransportChannel* avdt_ad_tc_tbl_by_type(uint8_t type, AvdtpCcb* p_ccb, in avdt_ad_tc_tbl_by_type() 246 AvdtpTransportChannel* avdt_ad_tc_tbl_alloc(AvdtpCcb* p_ccb) { in avdt_ad_tc_tbl_alloc() 299 AvdtpCcb* p_ccb; in avdt_ad_tc_close_ind() local 344 AvdtpCcb* p_ccb; in avdt_ad_tc_open_ind() local 409 AvdtpCcb* p_ccb; in avdt_ad_tc_cong_ind() local 446 AvdtpCcb* p_ccb; in avdt_ad_tc_data_ind() local 486 uint8_t avdt_ad_write_req(uint8_t type, AvdtpCcb* p_ccb, AvdtpScb* p_scb, in avdt_ad_write_req() 513 void avdt_ad_open_req(uint8_t type, AvdtpCcb* p_ccb, AvdtpScb* p_scb, in avdt_ad_open_req() 581 void avdt_ad_close_req(uint8_t type, AvdtpCcb* p_ccb, AvdtpScb* p_scb) { in avdt_ad_close_req()
|
D | avdt_api.cc | 49 AvdtpCcb* p_ccb = (AvdtpCcb*)data; in avdt_ccb_idle_ccb_timer_timeout() local 59 AvdtpCcb* p_ccb = (AvdtpCcb*)data; in avdt_ccb_ret_ccb_timer_timeout() local 69 AvdtpCcb* p_ccb = (AvdtpCcb*)data; in avdt_ccb_rsp_ccb_timer_timeout() local 258 AvdtpCcb* p_ccb; in AVDT_DiscoverReq() local 306 AvdtpCcb* p_ccb = NULL; in avdt_get_cap_req() local 446 AvdtpCcb* p_ccb = NULL; in AVDT_OpenReq() local 900 AvdtpCcb* p_ccb = NULL; in AVDT_ConnectReq() local 946 AvdtpCcb* p_ccb = NULL; in AVDT_DisconnectReq() local 976 AvdtpCcb* p_ccb; in AVDT_GetL2CapChannel() local
|
D | avdt_l2c.cc | 83 AvdtpCcb* p_ccb = NULL; in avdt_sec_check_complete_term() local 112 AvdtpCcb* p_ccb = NULL; in avdt_sec_check_complete_orig() local 140 AvdtpCcb* p_ccb; in avdt_l2c_connect_ind_cback() local 242 AvdtpCcb* p_ccb; in avdt_l2c_connect_cfm_cback() local
|
D | avdt_msg.cc | 1056 bool avdt_msg_send(AvdtpCcb* p_ccb, BT_HDR* p_msg) { in avdt_msg_send() 1204 BT_HDR* avdt_msg_asmbl(AvdtpCcb* p_ccb, BT_HDR* p_buf) { in avdt_msg_asmbl() 1335 void avdt_msg_send_cmd(AvdtpCcb* p_ccb, void* p_scb, uint8_t sig_id, in avdt_msg_send_cmd() 1392 void avdt_msg_send_rsp(AvdtpCcb* p_ccb, uint8_t sig_id, tAVDT_MSG* p_params) { in avdt_msg_send_rsp() 1432 void avdt_msg_send_rej(AvdtpCcb* p_ccb, uint8_t sig_id, tAVDT_MSG* p_params) { in avdt_msg_send_rej() 1483 void avdt_msg_send_grej(AvdtpCcb* p_ccb, uint8_t sig_id, tAVDT_MSG* p_params) { in avdt_msg_send_grej() 1519 void avdt_msg_ind(AvdtpCcb* p_ccb, BT_HDR* p_buf) { in avdt_msg_ind()
|
/packages/modules/Bluetooth/system/stack/gap/ |
D | gap_conn.cc | 173 tGAP_CCB* p_ccb; in GAP_ConnOpen() local 316 tGAP_CCB* p_ccb = gap_find_ccb_by_handle(gap_handle); in GAP_ConnClose() local 361 tGAP_CCB* p_ccb = gap_find_ccb_by_handle(gap_handle); in GAP_ConnReadData() local 412 tGAP_CCB* p_ccb; in GAP_GetRxQueueCnt() local 431 static bool gap_try_write_queued_data(tGAP_CCB* p_ccb) { in gap_try_write_queued_data() 471 tGAP_CCB* p_ccb = gap_find_ccb_by_handle(gap_handle); in GAP_ConnWriteData() local 509 tGAP_CCB* p_ccb = gap_find_ccb_by_handle(gap_handle); in GAP_ConnGetRemoteAddr() local 531 tGAP_CCB* p_ccb; in GAP_ConnGetRemMtuSize() local 552 tGAP_CCB* p_ccb; in GAP_ConnGetL2CAPCid() local 571 tGAP_CCB* p_ccb = gap_find_ccb_by_cid(l2cap_cid); in gap_tx_complete_ind() local [all …]
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_fcr.cc | 163 void l2c_fcr_start_timer(tL2C_CCB* p_ccb) { in l2c_fcr_start_timer() 190 void l2c_fcr_stop_timer(tL2C_CCB* p_ccb) { in l2c_fcr_stop_timer() 205 void l2c_fcr_cleanup(tL2C_CCB* p_ccb) { in l2c_fcr_cleanup() 265 bool l2c_fcr_is_flow_controlled(tL2C_CCB* p_ccb) { in l2c_fcr_is_flow_controlled() 289 static void prepare_I_frame(tL2C_CCB* p_ccb, BT_HDR* p_buf, in prepare_I_frame() 385 void l2c_fcr_send_S_frame(tL2C_CCB* p_ccb, uint16_t function_code, in l2c_fcr_send_S_frame() 469 void l2c_fcr_proc_pdu(tL2C_CCB* p_ccb, BT_HDR* p_buf) { in l2c_fcr_proc_pdu() 676 void l2c_lcc_proc_pdu(tL2C_CCB* p_ccb, BT_HDR* p_buf) { in l2c_lcc_proc_pdu() 782 void l2c_fcr_proc_tout(tL2C_CCB* p_ccb) { in l2c_fcr_proc_tout() 809 void l2c_fcr_proc_ack_tout(tL2C_CCB* p_ccb) { in l2c_fcr_proc_ack_tout() [all …]
|
D | l2c_csm.cc | 70 static void l2c_csm_send_connect_rsp(tL2C_CCB* p_ccb) { in l2c_csm_send_connect_rsp() 75 static void l2c_csm_send_config_req(tL2C_CCB* p_ccb) { in l2c_csm_send_config_req() 89 static void l2c_csm_send_config_rsp_ok(tL2C_CCB* p_ccb, bool cbit) { in l2c_csm_send_config_rsp_ok() 98 static void l2c_csm_send_disconnect_rsp(tL2C_CCB* p_ccb) { in l2c_csm_send_disconnect_rsp() 102 static void l2c_csm_indicate_connection_open(tL2C_CCB* p_ccb) { in l2c_csm_indicate_connection_open() 132 void l2c_csm_execute(tL2C_CCB* p_ccb, tL2CEVT event, void* p_data) { in l2c_csm_execute() 205 static void l2c_csm_closed(tL2C_CCB* p_ccb, tL2CEVT event, void* p_data) { in l2c_csm_closed() 393 static void l2c_csm_orig_w4_sec_comp(tL2C_CCB* p_ccb, tL2CEVT event, in l2c_csm_orig_w4_sec_comp() 501 static void l2c_csm_term_w4_sec_comp(tL2C_CCB* p_ccb, tL2CEVT event, in l2c_csm_term_w4_sec_comp() 641 static void l2c_csm_w4_l2cap_connect_rsp(tL2C_CCB* p_ccb, tL2CEVT event, in l2c_csm_w4_l2cap_connect_rsp() [all …]
|
D | l2c_main.cc | 119 tL2C_CCB* p_ccb = NULL; in l2c_rcv_acl_data() local 345 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in process_l2cap_cmd() local 364 for (tL2C_CCB* p_ccb = p_lcb->ccb_queue.p_first_ccb; p_ccb; in process_l2cap_cmd() local 392 tL2C_CCB* p_ccb = l2cu_allocate_ccb(p_lcb, 0); in process_l2cap_cmd() local 426 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in process_l2cap_cmd() local 587 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in process_l2cap_cmd() local 701 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in process_l2cap_cmd() local 727 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in process_l2cap_cmd() local 748 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in process_l2cap_cmd() local 817 for (tL2C_CCB* p_ccb = p_lcb->ccb_queue.p_first_ccb; p_ccb; in process_l2cap_cmd() local [all …]
|
D | l2c_utils.cc | 151 tL2C_CCB* p_ccb; in l2cu_release_lcb() local 401 void l2cu_send_peer_connect_req(tL2C_CCB* p_ccb) { in l2cu_send_peer_connect_req() 437 void l2cu_send_peer_connect_rsp(tL2C_CCB* p_ccb, uint16_t result, in l2cu_send_peer_connect_rsp() 511 void l2cu_send_credit_based_reconfig_req(tL2C_CCB* p_ccb, in l2cu_send_credit_based_reconfig_req() 564 void l2cu_send_peer_config_req(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_cfg) { in l2cu_send_peer_config_req() 665 void l2cu_send_peer_config_rsp(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_cfg) { in l2cu_send_peer_config_rsp() 755 void l2cu_send_peer_config_rej(tL2C_CCB* p_ccb, uint8_t* p_data, in l2cu_send_peer_config_rej() 868 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() 1236 void l2cu_dequeue_ccb(tL2C_CCB* p_ccb) { in l2cu_dequeue_ccb() [all …]
|
D | l2c_api.cc | 195 tL2C_CCB* p_ccb; in L2CA_Deregister() local 347 tL2C_CCB* p_ccb = l2cu_allocate_ccb(p_lcb, 0); in L2CA_ConnectReq() local 479 tL2C_CCB* p_ccb = p_lcb->ccb_queue.p_first_ccb; in L2CA_DeregisterLECoc() local 545 tL2C_CCB* p_ccb = l2cu_allocate_ccb(p_lcb, 0); in L2CA_ConnectLECocReq() local 609 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(NULL, lcid); in L2CA_GetPeerLECocConfig() local 640 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in L2CA_GetPeerLECocCredit() local 681 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, p_lcb->pending_lead_cid); in L2CA_ConnectCreditBasedRsp() local 790 tL2C_CCB* p_ccb = in L2CA_ConnectCreditBasedReq() local 848 tL2C_CCB* p_ccb; in L2CA_ReconfigCreditBasedConnsReq() local 916 tL2C_CCB* p_ccb; in L2CA_DisconnectReq() local [all …]
|
D | l2c_link.cc | 71 tL2C_CCB* p_ccb; in l2c_link_hci_conn_comp() local 193 tL2C_CCB* p_ccb; in l2c_link_sec_comp() local 316 tL2C_CCB* p_ccb; in l2c_link_hci_disc_comp() local 429 tL2C_CCB* p_ccb; in l2c_link_timeout() local 519 tL2C_CCB* p_ccb; in l2c_info_resp_timer_timeout() local 697 tL2C_CCB* p_ccb = l2cb.ccb_pool + xx; in l2c_link_adjust_chnl_allocation() local 799 for (tL2C_CCB* p_ccb = p_lcb->ccb_queue.p_first_ccb; p_ccb; in l2c_link_check_power_mode() local 1181 tL2C_CCB* p_ccb; in l2cu_get_next_channel_in_rr() local 1278 tL2C_CCB* p_ccb; in l2cu_get_next_buffer_to_send() local
|
D | l2c_ble.cc | 118 for (tL2C_CCB* p_ccb = p_lcb->ccb_queue.p_first_ccb; p_ccb; in l2cble_notify_le_connection() local 242 tL2C_CCB *p_ccb = NULL, *temp_p_ccb = NULL; in l2cble_process_sig_cmd() local 1161 void l2cble_credit_based_conn_req(tL2C_CCB* p_ccb) { in l2cble_credit_based_conn_req() 1187 void l2cble_credit_based_conn_res(tL2C_CCB* p_ccb, uint16_t result) { in l2cble_credit_based_conn_res() 1209 void l2cble_send_flow_control_credit(tL2C_CCB* p_ccb, uint16_t credit_value) { in l2cble_send_flow_control_credit() 1231 void l2cble_send_peer_disc_req(tL2C_CCB* p_ccb) { in l2cble_send_peer_disc_req()
|
/packages/modules/Bluetooth/system/stack/sdp/ |
D | sdp_main.cc | 61 tCONN_CB* p_ccb = sdpu_allocate_ccb(); in sdp_connect_ind() local 73 tCONN_CB* p_ccb = sdpu_find_ccb_by_cid(l2cap_cid); in sdp_on_l2cap_error() local 90 tCONN_CB* p_ccb; in sdp_connect_cfm() local 119 tCONN_CB* p_ccb; in sdp_config_ind() local 157 tCONN_CB* p_ccb; in sdp_config_cfm() local 191 tCONN_CB* p_ccb; in sdp_disconnect_ind() local 232 tCONN_CB* p_ccb; in sdp_data_ind() local 264 tCONN_CB* p_ccb; in sdp_conn_originate() local 314 void sdp_disconnect(tCONN_CB* p_ccb, tSDP_REASON reason) { in sdp_disconnect() 352 tCONN_CB* p_ccb; 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, in sdp_snd_service_search_req() 202 static bool sdp_copy_raw_data(tCONN_CB* p_ccb, bool offset) { in sdp_copy_raw_data() 515 static uint8_t* save_attr_seq(tCONN_CB* p_ccb, uint8_t* p, uint8_t* p_msg_end) { in save_attr_seq() 579 static void process_service_search_attr_rsp(tCONN_CB* p_ccb, uint8_t* p_reply, in process_service_search_attr_rsp() 758 static void process_service_attr_rsp(tCONN_CB* p_ccb, uint8_t* p_reply, in process_service_attr_rsp() 889 static void process_service_search_rsp(tCONN_CB* p_ccb, uint8_t* p_reply, in process_service_search_rsp() 956 void sdp_disc_connected(tCONN_CB* p_ccb) { in sdp_disc_connected() 981 void sdp_disc_server_rsp(tCONN_CB* p_ccb, BT_HDR* p_msg) { in sdp_disc_server_rsp()
|
D | sdp_utils.cc | 336 tCONN_CB* p_ccb; in sdpu_find_ccb_by_cid() local 363 tCONN_CB* p_ccb; in sdpu_find_ccb_by_db() local 387 tCONN_CB* p_ccb; in sdpu_allocate_ccb() local 456 tCONN_CB* p_ccb; in sdpu_get_active_ccb_cid() local 488 tCONN_CB* p_ccb; in sdpu_process_pend_ccb_same_cid() local 518 tCONN_CB* p_ccb; in sdpu_process_pend_ccb_new_cid() local 560 tCONN_CB* p_ccb; in sdpu_clear_pend_ccb() local 708 void sdpu_build_n_send_error(tCONN_CB* p_ccb, uint16_t trans_num, in sdpu_build_n_send_error()
|
D | sdp_api.cc | 117 tCONN_CB* p_ccb = sdpu_find_ccb_by_db(p_db); in SDP_CancelServiceSearch() local 137 tCONN_CB* p_ccb; in SDP_ServiceSearchRequest() local 168 tCONN_CB* p_ccb; in SDP_ServiceSearchAttributeRequest() local 200 tCONN_CB* p_ccb; in SDP_ServiceSearchAttributeRequest2() local
|
/packages/modules/Bluetooth/system/stack/avct/ |
D | avct_api.cc | 126 tAVCT_CCB* p_ccb; in AVCT_CreateConn() local 185 tAVCT_CCB* p_ccb; in AVCT_RemoveConn() local 226 tAVCT_CCB* p_ccb; in AVCT_CreateBrowse() local 289 tAVCT_CCB* p_ccb; in AVCT_RemoveBrowse() local 321 tAVCT_CCB* p_ccb = avct_ccb_by_idx(handle); in AVCT_GetBrowseMtu() local 342 tAVCT_CCB* p_ccb; in AVCT_GetPeerMtu() local 379 tAVCT_CCB* p_ccb; in AVCT_MsgReq() 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, in avct_ccb_dealloc() 111 uint8_t avct_ccb_to_idx(tAVCT_CCB* p_ccb) { in avct_ccb_to_idx() 127 tAVCT_CCB* p_ccb; in avct_ccb_by_idx() local
|
D | avct_bcb_act.cc | 159 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_bcb_open_ind() local 224 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_bcb_open_fail() local 245 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_bcb_close_ind() local 276 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_bcb_close_cfm() local 385 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_bcb_cong_ind() local 513 tAVCT_CCB* p_ccb; in avct_bcb_msg_ind() local 603 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_bcb_dealloc() local 675 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_bcb_get_last_ccb_index() local
|
D | avct_lcb_act.cc | 225 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 364 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_lcb_close_ind() local 393 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_lcb_close_cfm() local 499 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_lcb_cong_ind() local 668 tAVCT_CCB* p_ccb; in avct_lcb_msg_ind() local 736 tAVCT_CCB* p_ccb; in avct_msg_ind_for_src_sink_coexist() local
|
D | avct_lcb.cc | 312 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_lcb_dealloc() local 369 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_lcb_has_pid() local 391 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_lcb_last_ccb() local
|
/packages/modules/Bluetooth/system/stack/test/common/ |
D | mock_stack_avdt_msg.cc | 30 void avdt_msg_send_rsp(AvdtpCcb* p_ccb, uint8_t sig_id, tAVDT_MSG* p_params) { in avdt_msg_send_rsp() 47 void avdt_msg_ind(AvdtpCcb* p_ccb, BT_HDR* p_buf) { in avdt_msg_ind() 51 void avdt_msg_send_rej(AvdtpCcb* p_ccb, uint8_t sig_id, tAVDT_MSG* p_params) { in avdt_msg_send_rej() 57 void avdt_msg_send_cmd(AvdtpCcb* p_ccb, void* p_scb, uint8_t sig_id, in avdt_msg_send_cmd() 75 bool avdt_msg_send(AvdtpCcb* p_ccb, BT_HDR* p_msg) { in avdt_msg_send()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_l2cap_ble.cc | 146 void l2cble_credit_based_conn_req(tL2C_CCB* p_ccb) { in l2cble_credit_based_conn_req() 150 void l2cble_credit_based_conn_res(tL2C_CCB* p_ccb, uint16_t result) { in l2cble_credit_based_conn_res() 154 void l2cble_send_flow_control_credit(tL2C_CCB* p_ccb, uint16_t credit_value) { in l2cble_send_flow_control_credit() 159 void l2cble_send_peer_disc_req(tL2C_CCB* p_ccb) { in l2cble_send_peer_disc_req()
|