Searched refs:tL2C_CCB (Results 1 – 8 of 8) sorted by relevance
/external/bluetooth/bluedroid/stack/l2cap/ |
D | l2c_int.h | 345 } tL2C_CCB; typedef 352 tL2C_CCB *p_first_ccb; /* The first channel in this queue */ 353 tL2C_CCB *p_last_ccb; /* The last channel in this queue */ 370 tL2C_CCB *p_serve_ccb; /* current serving ccb within priority group */ 371 tL2C_CCB *p_first_ccb; /* first ccb of priority group */ 391 …tL2C_CCB *p_pending_ccb; /* ccb of waiting channel during link disconnect */ 432 tL2C_CCB *p_fixed_ccbs[L2CAP_NUM_FIXED_CHNLS]; 476 tL2C_CCB ccb_pool[MAX_L2CAP_CHANNELS]; /* Channel Control Block pool */ 479 tL2C_CCB *p_free_ccb_first; /* Pointer to first free CCB */ 480 tL2C_CCB *p_free_ccb_last; /* Pointer to last free CCB */ [all …]
|
D | l2c_ucd.c | 267 tL2C_CCB *p_ccb; in L2CA_UcdDeregister() 329 tL2C_CCB *p_ccb; in L2CA_UcdDiscover() 395 tL2C_CCB *p_ccb; in L2CA_UcdDataWrite() 485 tL2C_CCB *p_ccb; in L2CA_UcdSetIdleTimeout() 518 tL2C_CCB *p_ccb; in L2CA_UCDSetTxPriority() 557 tL2C_CCB *p_ccb; in l2c_ucd_connect() 659 BOOLEAN l2c_ucd_check_pending_info_req(tL2C_CCB *p_ccb) in l2c_ucd_check_pending_info_req() 737 void l2c_ucd_enqueue_pending_out_sec_q(tL2C_CCB *p_ccb, void *p_data) in l2c_ucd_enqueue_pending_out_sec_q() 752 BOOLEAN l2c_ucd_check_pending_out_sec_q(tL2C_CCB *p_ccb) in l2c_ucd_check_pending_out_sec_q() 783 void l2c_ucd_send_pending_out_sec_q(tL2C_CCB *p_ccb) in l2c_ucd_send_pending_out_sec_q() [all …]
|
D | l2c_csm.c | 42 static void l2c_csm_closed (tL2C_CCB *p_ccb, UINT16 event, void *p_data); 43 static void l2c_csm_orig_w4_sec_comp (tL2C_CCB *p_ccb, UINT16 event, void *p_data); 44 static void l2c_csm_term_w4_sec_comp (tL2C_CCB *p_ccb, UINT16 event, void *p_data); 45 static void l2c_csm_w4_l2cap_connect_rsp (tL2C_CCB *p_ccb, UINT16 event, void *p_data); 46 static void l2c_csm_w4_l2ca_connect_rsp (tL2C_CCB *p_ccb, UINT16 event, void *p_data); 47 static void l2c_csm_config (tL2C_CCB *p_ccb, UINT16 event, void *p_data); 48 static void l2c_csm_open (tL2C_CCB *p_ccb, UINT16 event, void *p_data); 49 static void l2c_csm_w4_l2cap_disconnect_rsp (tL2C_CCB *p_ccb, UINT16 event, void *p_data); 50 static void l2c_csm_w4_l2ca_disconnect_rsp (tL2C_CCB *p_ccb, UINT16 event, void *p_data); 65 void l2c_csm_execute (tL2C_CCB *p_ccb, UINT16 event, void *p_data) in l2c_csm_execute() [all …]
|
D | l2c_fcr.c | 89 static BOOLEAN process_reqseq (tL2C_CCB *p_ccb, UINT16 ctrl_word); 90 static void process_s_frame (tL2C_CCB *p_ccb, BT_HDR *p_buf, UINT16 ctrl_word); 91 static void process_i_frame (tL2C_CCB *p_ccb, BT_HDR *p_buf, UINT16 ctrl_word, BOOLEAN delay_ack… 92 static BOOLEAN retransmit_i_frames (tL2C_CCB *p_ccb, UINT8 tx_seq); 93 static void prepare_I_frame (tL2C_CCB *p_ccb, BT_HDR *p_buf, BOOLEAN is_retransmission); 94 static void process_stream_frame (tL2C_CCB *p_ccb, BT_HDR *p_buf); 95 static BOOLEAN do_sar_reassembly (tL2C_CCB *p_ccb, BT_HDR *p_buf, UINT16 ctrl_word); 98 static BOOLEAN l2c_corrupt_the_fcr_packet (tL2C_CCB *p_ccb, BT_HDR *p_buf, 100 static BOOLEAN l2c_bypass_sframe_packet (tL2C_CCB *p_ccb); 104 static void l2c_fcr_collect_ack_delay (tL2C_CCB *p_ccb, UINT8 num_bufs_acked); [all …]
|
D | l2c_utils.c | 130 tL2C_CCB *p_ccb; in l2cu_release_lcb() 469 void l2cu_send_peer_connect_req (tL2C_CCB *p_ccb) in l2cu_send_peer_connect_req() 507 void l2cu_send_peer_connect_rsp (tL2C_CCB *p_ccb, UINT16 result, UINT16 status) in l2cu_send_peer_connect_rsp() 581 void l2cu_send_peer_config_req (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg) in l2cu_send_peer_config_req() 688 void l2cu_send_peer_config_rsp (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg) in l2cu_send_peer_config_rsp() 781 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() 910 void l2cu_send_peer_disc_req (tL2C_CCB *p_ccb) in l2cu_send_peer_disc_req() 1240 void l2cu_enqueue_ccb (tL2C_CCB *p_ccb) in l2cu_enqueue_ccb() 1242 tL2C_CCB *p_ccb1; in l2cu_enqueue_ccb() 1332 void l2cu_dequeue_ccb (tL2C_CCB *p_ccb) in l2cu_dequeue_ccb() [all …]
|
D | l2c_api.c | 124 tL2C_CCB *p_ccb; in L2CA_Deregister() 236 tL2C_CCB *p_ccb; in L2CA_ErtmConnectReq() 363 tL2C_CCB *p_ccb; in L2CA_ErtmConnectRsp() 446 tL2C_CCB *p_ccb; in L2CA_ConfigReq() 497 tL2C_CCB *p_ccb; in L2CA_ConfigRsp() 541 tL2C_CCB *p_ccb; in L2CA_DisconnectReq() 569 tL2C_CCB *p_ccb; in L2CA_DisconnectRsp() 727 tL2C_CCB *p_ccb; in L2CA_SetIdleTimeout() 873 tL2C_CCB *p_ccb; in L2CA_LocalLoopbackReq() 951 tL2C_CCB *p_ccb; in L2CA_FlowControl() [all …]
|
D | l2c_link.c | 159 tL2C_CCB *p_ccb; in l2c_link_hci_conn_comp() 255 tL2C_CCB *pn = p_ccb->p_next_ccb; in l2c_link_hci_conn_comp() 297 tL2C_CCB *p_ccb; in l2c_link_sec_comp() 298 tL2C_CCB *p_next_ccb; in l2c_link_sec_comp() 363 tL2C_CCB *p_ccb; in l2c_link_hci_disc_comp() 392 tL2C_CCB *pn = p_ccb->p_next_ccb; in l2c_link_hci_disc_comp() 490 tL2C_CCB *p_ccb; in l2c_link_hci_qos_violation() 522 tL2C_CCB *p_ccb; in l2c_link_timeout() 541 tL2C_CCB *pn = p_ccb->p_next_ccb; in l2c_link_timeout() 577 tL2C_CCB *pn = p_ccb->p_next_ccb; in l2c_link_timeout() [all …]
|
D | l2c_main.c | 125 tL2C_CCB *p_ccb = NULL; in l2c_rcv_acl_data() 329 tL2C_CCB *p_ccb; in process_l2cap_cmd() 929 l2c_csm_execute (((tL2C_CCB *)p_tle->param), L2CEVT_TIMEOUT, NULL); in l2c_process_timeout() 933 l2c_csm_execute (((tL2C_CCB *)p_tle->param), L2CEVT_ACK_TIMEOUT, NULL); in l2c_process_timeout() 960 tL2C_CCB *p_ccb; in l2c_data_write()
|