Searched refs:tL2C_CCB (Results 1 – 9 of 9) sorted by relevance
/system/bt/stack/l2cap/ |
D | l2c_int.h | 347 } tL2C_CCB; typedef 353 tL2C_CCB* p_first_ccb; /* The first channel in this queue */ 354 tL2C_CCB* p_last_ccb; /* The last channel in this queue */ 374 tL2C_CCB* p_serve_ccb; /* current serving ccb within priority group */ 375 tL2C_CCB* p_first_ccb; /* first ccb of priority group */ 394 tL2C_CCB* p_pending_ccb; /* ccb of waiting channel during link disconnect */ 432 tL2C_CCB* p_fixed_ccbs[L2CAP_NUM_FIXED_CHNLS]; 480 tL2C_CCB ccb_pool[MAX_L2CAP_CHANNELS]; /* Channel Control Block pool */ 483 tL2C_CCB* p_free_ccb_first; /* Pointer to first free CCB */ 484 tL2C_CCB* p_free_ccb_last; /* Pointer to last free CCB */ [all …]
|
D | l2c_ucd.cc | 254 tL2C_CCB* p_ccb; in L2CA_UcdDeregister() 313 tL2C_CCB* p_ccb; in L2CA_UcdDiscover() 378 tL2C_CCB* p_ccb; in L2CA_UcdDataWrite() 473 tL2C_CCB* p_ccb; in L2CA_UcdSetIdleTimeout() 506 tL2C_CCB* p_ccb; in L2CA_UCDSetTxPriority() 546 tL2C_CCB* p_ccb; in l2c_ucd_connect() 646 bool l2c_ucd_check_pending_info_req(tL2C_CCB* p_ccb) { in l2c_ucd_check_pending_info_req() 713 void l2c_ucd_enqueue_pending_out_sec_q(tL2C_CCB* p_ccb, void* p_data) { in l2c_ucd_enqueue_pending_out_sec_q() 727 bool l2c_ucd_check_pending_out_sec_q(tL2C_CCB* p_ccb) { in l2c_ucd_check_pending_out_sec_q() 757 void l2c_ucd_send_pending_out_sec_q(tL2C_CCB* p_ccb) { in l2c_ucd_send_pending_out_sec_q() [all …]
|
D | l2c_api.cc | 125 tL2C_CCB* p_ccb; in L2CA_Deregister() 232 tL2C_CCB* p_ccb; in L2CA_ErtmConnectReq() 412 tL2C_CCB* p_ccb = p_lcb->ccb_queue.p_first_ccb; in L2CA_DeregisterLECoc() 476 tL2C_CCB* p_ccb = l2cu_allocate_ccb(p_lcb, 0); in L2CA_ConnectLECocReq() 543 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in L2CA_ConnectLECocRsp() 587 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(NULL, lcid); in L2CA_GetPeerLECocConfig() 612 tL2C_CCB* channel_control_block = l2cu_find_ccb_by_cid(NULL, local_cid); in L2CA_SetConnectionCallbacks() 668 tL2C_CCB* p_ccb; in L2CA_ErtmConnectRsp() 746 tL2C_CCB* p_ccb; in L2CA_ConfigReq() 795 tL2C_CCB* p_ccb; in L2CA_ConfigRsp() [all …]
|
D | l2c_csm.cc | 41 static void l2c_csm_closed(tL2C_CCB* p_ccb, uint16_t event, void* p_data); 42 static void l2c_csm_orig_w4_sec_comp(tL2C_CCB* p_ccb, uint16_t event, 44 static void l2c_csm_term_w4_sec_comp(tL2C_CCB* p_ccb, uint16_t event, 46 static void l2c_csm_w4_l2cap_connect_rsp(tL2C_CCB* p_ccb, uint16_t event, 48 static void l2c_csm_w4_l2ca_connect_rsp(tL2C_CCB* p_ccb, uint16_t event, 50 static void l2c_csm_config(tL2C_CCB* p_ccb, uint16_t event, void* p_data); 51 static void l2c_csm_open(tL2C_CCB* p_ccb, uint16_t event, void* p_data); 52 static void l2c_csm_w4_l2cap_disconnect_rsp(tL2C_CCB* p_ccb, uint16_t event, 54 static void l2c_csm_w4_l2ca_disconnect_rsp(tL2C_CCB* p_ccb, uint16_t event, 68 void l2c_csm_execute(tL2C_CCB* p_ccb, uint16_t event, void* p_data) { in l2c_csm_execute() [all …]
|
D | l2c_utils.cc | 145 tL2C_CCB* p_ccb; in l2cu_release_lcb() 440 void l2cu_send_peer_connect_req(tL2C_CCB* p_ccb) { in l2cu_send_peer_connect_req() 476 void l2cu_send_peer_connect_rsp(tL2C_CCB* p_ccb, uint16_t result, in l2cu_send_peer_connect_rsp() 551 void l2cu_send_peer_config_req(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_cfg) { in l2cu_send_peer_config_req() 652 void l2cu_send_peer_config_rsp(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_cfg) { in l2cu_send_peer_config_rsp() 742 void l2cu_send_peer_config_rej(tL2C_CCB* p_ccb, uint8_t* p_data, in l2cu_send_peer_config_rej() 859 void l2cu_send_peer_disc_req(tL2C_CCB* p_ccb) { in l2cu_send_peer_disc_req() 1187 void l2cu_enqueue_ccb(tL2C_CCB* p_ccb) { in l2cu_enqueue_ccb() 1188 tL2C_CCB* p_ccb1; in l2cu_enqueue_ccb() 1270 void l2cu_dequeue_ccb(tL2C_CCB* p_ccb) { in l2cu_dequeue_ccb() [all …]
|
D | l2c_fcr.cc | 89 static bool process_reqseq(tL2C_CCB* p_ccb, uint16_t ctrl_word); 90 static void process_s_frame(tL2C_CCB* p_ccb, BT_HDR* p_buf, uint16_t ctrl_word); 91 static void process_i_frame(tL2C_CCB* p_ccb, BT_HDR* p_buf, uint16_t ctrl_word, 93 static bool retransmit_i_frames(tL2C_CCB* p_ccb, uint8_t tx_seq); 94 static void prepare_I_frame(tL2C_CCB* p_ccb, BT_HDR* p_buf, 96 static void process_stream_frame(tL2C_CCB* p_ccb, BT_HDR* p_buf); 97 static bool do_sar_reassembly(tL2C_CCB* p_ccb, BT_HDR* p_buf, 101 static void l2c_fcr_collect_ack_delay(tL2C_CCB* p_ccb, uint8_t 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.cc | 150 tL2C_CCB* p_ccb; in l2c_link_hci_conn_comp() 238 tL2C_CCB* pn = p_ccb->p_next_ccb; in l2c_link_hci_conn_comp() 284 tL2C_CCB* p_ccb; in l2c_link_sec_comp2() 285 tL2C_CCB* p_next_ccb; in l2c_link_sec_comp2() 343 tL2C_CCB* p_ccb; in l2c_link_hci_disc_comp() 371 tL2C_CCB* pn = p_ccb->p_next_ccb; in l2c_link_hci_disc_comp() 475 tL2C_CCB* p_ccb; in l2c_link_hci_qos_violation() 502 tL2C_CCB* p_ccb; in l2c_link_timeout() 520 tL2C_CCB* pn = p_ccb->p_next_ccb; in l2c_link_timeout() 549 tL2C_CCB* pn = p_ccb->p_next_ccb; in l2c_link_timeout() [all …]
|
D | l2c_main.cc | 68 tL2C_CCB* p_ccb = NULL; in l2c_rcv_acl_data() 257 tL2C_CCB* p_ccb; in process_l2cap_cmd() 960 tL2C_CCB* p_ccb = (tL2C_CCB*)data; in l2c_ccb_timer_timeout() 966 tL2C_CCB* p_ccb = (tL2C_CCB*)data; in l2c_fcrb_ack_timer_timeout() 990 tL2C_CCB* p_ccb; in l2c_data_write()
|
D | l2c_ble.cc | 229 tL2C_CCB* p_ccb; in l2cble_notify_le_connection() 572 tL2C_CCB *p_ccb = NULL, *temp_p_ccb = NULL; in l2cble_process_sig_cmd() 1266 void l2cble_credit_based_conn_req(tL2C_CCB* p_ccb) { in l2cble_credit_based_conn_req() 1288 void l2cble_credit_based_conn_res(tL2C_CCB* p_ccb, uint16_t result) { in l2cble_credit_based_conn_res() 1310 void l2cble_send_flow_control_credit(tL2C_CCB* p_ccb, uint16_t credit_value) { in l2cble_send_flow_control_credit() 1332 void l2cble_send_peer_disc_req(tL2C_CCB* p_ccb) { in l2cble_send_peer_disc_req()
|