Searched refs:tL2C_CCB (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/ |
D | l2c_int.h | 343 } tL2C_CCB; typedef 349 tL2C_CCB *p_first_ccb; /* The first channel in this queue */ 350 tL2C_CCB *p_last_ccb; /* The last channel in this queue */ 366 tL2C_CCB *p_serve_ccb; /* current serving ccb within priority group */ 367 tL2C_CCB *p_first_ccb; /* first ccb of priority group */ 387 …tL2C_CCB *p_pending_ccb; /* ccb of waiting channel during link disconnect */ 424 tL2C_CCB *p_fixed_ccbs[L2CAP_NUM_FIXED_CHNLS]; 552 typedef void (tL2C_FCR_MGMT_EVT_HDLR) (UINT8, tL2C_CCB *); 608 extern void l2cu_enqueue_ccb (tL2C_CCB *p_ccb); 609 extern void l2cu_dequeue_ccb (tL2C_CCB *p_ccb); [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_ucd.c | 250 p_ccb = (tL2C_CCB *)p_ccb_node; in L2CA_UcdDeregister_In_CCB_List() 260 tL2C_CCB *p_ccb; in L2CA_UcdDeregister() 310 tL2C_CCB *p_ccb; in L2CA_UcdDiscover() 373 tL2C_CCB *p_ccb; in L2CA_UcdDataWrite() 459 tL2C_CCB *p_ccb; in L2CA_UcdSetIdleTimeout() 489 tL2C_CCB *p_ccb; in L2CA_UCDSetTxPriority() 526 tL2C_CCB *p_ccb; in l2c_ucd_connect() 622 BOOLEAN l2c_ucd_check_pending_info_req(tL2C_CCB *p_ccb) in l2c_ucd_check_pending_info_req() 686 void l2c_ucd_enqueue_pending_out_sec_q(tL2C_CCB *p_ccb, void *p_data) in l2c_ucd_enqueue_pending_out_sec_q() 701 BOOLEAN l2c_ucd_check_pending_out_sec_q(tL2C_CCB *p_ccb) in l2c_ucd_check_pending_out_sec_q() [all …]
|
D | l2c_csm.c | 43 static void l2c_csm_closed (tL2C_CCB *p_ccb, UINT16 event, void *p_data); 44 static void l2c_csm_orig_w4_sec_comp (tL2C_CCB *p_ccb, UINT16 event, void *p_data); 45 static void l2c_csm_term_w4_sec_comp (tL2C_CCB *p_ccb, UINT16 event, void *p_data); 46 static void l2c_csm_w4_l2cap_connect_rsp (tL2C_CCB *p_ccb, UINT16 event, void *p_data); 47 static void l2c_csm_w4_l2ca_connect_rsp (tL2C_CCB *p_ccb, UINT16 event, void *p_data); 48 static void l2c_csm_config (tL2C_CCB *p_ccb, UINT16 event, void *p_data); 49 static void l2c_csm_open (tL2C_CCB *p_ccb, UINT16 event, void *p_data); 50 static void l2c_csm_w4_l2cap_disconnect_rsp (tL2C_CCB *p_ccb, UINT16 event, void *p_data); 51 static void l2c_csm_w4_l2ca_disconnect_rsp (tL2C_CCB *p_ccb, UINT16 event, void *p_data); 66 void l2c_csm_execute (tL2C_CCB *p_ccb, UINT16 event, void *p_data) in l2c_csm_execute() [all …]
|
D | l2c_utils.c | 158 tL2C_CCB *p_ccb; in l2cu_release_lcb() 544 void l2cu_send_peer_connect_req (tL2C_CCB *p_ccb) in l2cu_send_peer_connect_req() 581 void l2cu_send_peer_connect_rsp (tL2C_CCB *p_ccb, UINT16 result, UINT16 status) in l2cu_send_peer_connect_rsp() 653 void l2cu_send_peer_config_req (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg) in l2cu_send_peer_config_req() 759 void l2cu_send_peer_config_rsp (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg) in l2cu_send_peer_config_rsp() 851 void l2cu_send_peer_config_rej (tL2C_CCB *p_ccb, UINT8 *p_data, UINT16 data_len, UINT16 rej_len) in l2cu_send_peer_config_rej() 968 void l2cu_send_peer_disc_req (tL2C_CCB *p_ccb) in l2cu_send_peer_disc_req() 1278 void l2cu_enqueue_ccb (tL2C_CCB *p_ccb) in l2cu_enqueue_ccb() 1280 tL2C_CCB *p_ccb1; in l2cu_enqueue_ccb() 1363 void l2cu_dequeue_ccb (tL2C_CCB *p_ccb) in l2cu_dequeue_ccb() [all …]
|
D | l2c_api.c | 121 tL2C_CCB *p_ccb; in L2CA_Deregister() 226 tL2C_CCB *p_ccb; in L2CA_ErtmConnectReq() 331 tL2C_CCB *channel_control_block = l2cu_find_ccb_by_cid(NULL, local_cid); in L2CA_SetConnectionCallbacks() 391 tL2C_CCB *p_ccb; in L2CA_ErtmConnectRsp() 473 tL2C_CCB *p_ccb; in L2CA_ConfigReq() 523 tL2C_CCB *p_ccb; in L2CA_ConfigRsp() 569 tL2C_CCB *p_ccb; in L2CA_DisconnectReq() 597 tL2C_CCB *p_ccb; in L2CA_DisconnectRsp() 732 tL2C_CCB *control_block = l2cu_find_ccb_by_cid(NULL, lcid); in L2CA_GetIdentifiers() 768 tL2C_CCB *p_ccb; in L2CA_SetIdleTimeout() [all …]
|
D | l2c_fcr.c | 90 static BOOLEAN process_reqseq (tL2C_CCB *p_ccb, UINT16 ctrl_word); 91 static void process_s_frame (tL2C_CCB *p_ccb, BT_HDR *p_buf, UINT16 ctrl_word); 92 static void process_i_frame (tL2C_CCB *p_ccb, BT_HDR *p_buf, UINT16 ctrl_word, BOOLEAN delay_ack… 93 static BOOLEAN retransmit_i_frames (tL2C_CCB *p_ccb, UINT8 tx_seq); 94 static void prepare_I_frame (tL2C_CCB *p_ccb, BT_HDR *p_buf, BOOLEAN is_retransmission); 95 static void process_stream_frame (tL2C_CCB *p_ccb, BT_HDR *p_buf); 96 static BOOLEAN do_sar_reassembly (tL2C_CCB *p_ccb, BT_HDR *p_buf, UINT16 ctrl_word); 99 static void l2c_fcr_collect_ack_delay (tL2C_CCB *p_ccb, UINT8 num_bufs_acked); 169 void l2c_fcr_start_timer (tL2C_CCB *p_ccb) in l2c_fcr_start_timer() 196 void l2c_fcr_stop_timer (tL2C_CCB *p_ccb) in l2c_fcr_stop_timer() [all …]
|
D | l2c_link.c | 159 tL2C_CCB *p_ccb; in l2c_link_hci_conn_comp() 246 tL2C_CCB *pn = p_ccb->p_next_ccb; in l2c_link_hci_conn_comp() 284 tL2C_CCB *p_ccb; in l2c_link_sec_comp() 285 tL2C_CCB *p_next_ccb; in l2c_link_sec_comp() 355 tL2C_CCB *p_ccb; in l2c_link_hci_disc_comp() 399 tL2C_CCB *pn = p_ccb->p_next_ccb; in l2c_link_hci_disc_comp() 534 tL2C_CCB *p_ccb; in l2c_link_hci_qos_violation() 568 tL2C_CCB *p_ccb; in l2c_link_timeout() 587 tL2C_CCB *pn = p_ccb->p_next_ccb; in l2c_link_timeout() 620 tL2C_CCB *pn = p_ccb->p_next_ccb; in l2c_link_timeout() [all …]
|
D | l2c_main.c | 148 tL2C_CCB *p_ccb = NULL; in l2c_rcv_acl_data() 365 tL2C_CCB *p_ccb; in process_l2cap_cmd() 936 tL2C_CCB *p_ccb = NULL; in l2c_free_p_ccb_pool() 979 l2c_csm_execute (((tL2C_CCB *)p_tle->param), L2CEVT_TIMEOUT, NULL); in l2c_process_timeout() 983 l2c_csm_execute (((tL2C_CCB *)p_tle->param), L2CEVT_ACK_TIMEOUT, NULL); in l2c_process_timeout() 1023 tL2C_CCB *p_ccb; in l2c_data_write()
|
D | l2c_ble.c | 799 tL2C_CCB *p_ccb = NULL; in l2cble_process_sig_cmd() 847 tL2C_CCB *p_ccb = NULL; in l2cble_process_sig_cmd() 1466 void l2cble_credit_based_conn_req (tL2C_CCB *p_ccb) in l2cble_credit_based_conn_req() 1492 void l2cble_credit_based_conn_res (tL2C_CCB *p_ccb, UINT16 result) in l2cble_credit_based_conn_res() 1518 void l2cble_send_flow_control_credit(tL2C_CCB *p_ccb, UINT16 credit_value) in l2cble_send_flow_control_credit() 1545 void l2cble_send_peer_disc_req(tL2C_CCB *p_ccb) in l2cble_send_peer_disc_req()
|