HomeSort by relevance Sort by last modified time
    Searched refs:tL2C_CCB (Results 1 - 9 of 9) sorted by null

  /system/bt/stack/l2cap/
l2c_int.h 347 } tL2C_CCB;
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...]
l2c_ucd.cc 254 tL2C_CCB* p_ccb;
313 tL2C_CCB* p_ccb;
378 tL2C_CCB* p_ccb;
473 tL2C_CCB* p_ccb;
506 tL2C_CCB* p_ccb;
546 tL2C_CCB* p_ccb;
646 bool l2c_ucd_check_pending_info_req(tL2C_CCB* p_ccb) {
713 void l2c_ucd_enqueue_pending_out_sec_q(tL2C_CCB* p_ccb, void* p_data) {
727 bool l2c_ucd_check_pending_out_sec_q(tL2C_CCB* p_ccb) {
757 void l2c_ucd_send_pending_out_sec_q(tL2C_CCB* p_ccb)
    [all...]
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)
    [all...]
l2c_api.cc 125 tL2C_CCB* p_ccb;
232 tL2C_CCB* p_ccb;
412 tL2C_CCB* p_ccb = p_lcb->ccb_queue.p_first_ccb;
476 tL2C_CCB* p_ccb = l2cu_allocate_ccb(p_lcb, 0);
543 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid);
587 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(NULL, lcid);
612 tL2C_CCB* channel_control_block = l2cu_find_ccb_by_cid(NULL, local_cid);
668 tL2C_CCB* p_ccb;
746 tL2C_CCB* p_ccb;
795 tL2C_CCB* p_ccb
    [all...]
l2c_utils.cc 145 tL2C_CCB* p_ccb;
440 void l2cu_send_peer_connect_req(tL2C_CCB* p_ccb) {
476 void l2cu_send_peer_connect_rsp(tL2C_CCB* p_ccb, uint16_t result,
551 void l2cu_send_peer_config_req(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_cfg) {
652 void l2cu_send_peer_config_rsp(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_cfg) {
742 void l2cu_send_peer_config_rej(tL2C_CCB* p_ccb, uint8_t* p_data,
856 void l2cu_send_peer_disc_req(tL2C_CCB* p_ccb) {
    [all...]
l2c_link.cc 150 tL2C_CCB* p_ccb;
238 tL2C_CCB* pn = p_ccb->p_next_ccb;
284 tL2C_CCB* p_ccb;
285 tL2C_CCB* p_next_ccb;
343 tL2C_CCB* p_ccb;
371 tL2C_CCB* pn = p_ccb->p_next_ccb;
475 tL2C_CCB* p_ccb;
502 tL2C_CCB* p_ccb;
520 tL2C_CCB* pn = p_ccb->p_next_ccb;
549 tL2C_CCB* pn = p_ccb->p_next_ccb
    [all...]
l2c_fcr.cc 88 static bool process_reqseq(tL2C_CCB* p_ccb, uint16_t ctrl_word);
89 static void process_s_frame(tL2C_CCB* p_ccb, BT_HDR* p_buf, uint16_t ctrl_word);
90 static void process_i_frame(tL2C_CCB* p_ccb, BT_HDR* p_buf, uint16_t ctrl_word,
92 static bool retransmit_i_frames(tL2C_CCB* p_ccb, uint8_t tx_seq);
93 static void prepare_I_frame(tL2C_CCB* p_ccb, BT_HDR* p_buf,
95 static void process_stream_frame(tL2C_CCB* p_ccb, BT_HDR* p_buf);
96 static bool do_sar_reassembly(tL2C_CCB* p_ccb, BT_HDR* p_buf,
100 static void l2c_fcr_collect_ack_delay(tL2C_CCB* p_ccb, uint8_t num_bufs_acked);
168 void l2c_fcr_start_timer(tL2C_CCB* p_ccb) {
195 void l2c_fcr_stop_timer(tL2C_CCB* p_ccb)
    [all...]
l2c_main.cc 68 tL2C_CCB* p_ccb = NULL;
257 tL2C_CCB* p_ccb;
828 tL2C_CCB* p_ccb = (tL2C_CCB*)data;
834 tL2C_CCB* p_ccb = (tL2C_CCB*)data;
858 tL2C_CCB* p_ccb;
l2c_ble.cc 228 tL2C_CCB* p_ccb;
571 tL2C_CCB *p_ccb = NULL, *temp_p_ccb = NULL;
    [all...]

Completed in 195 milliseconds