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

  /external/bluetooth/bluedroid/stack/l2cap/
l2c_int.h 345 } tL2C_CCB;
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...]
l2c_ucd.c 267 tL2C_CCB *p_ccb;
329 tL2C_CCB *p_ccb;
395 tL2C_CCB *p_ccb;
485 tL2C_CCB *p_ccb;
518 tL2C_CCB *p_ccb;
557 tL2C_CCB *p_ccb;
659 BOOLEAN l2c_ucd_check_pending_info_req(tL2C_CCB *p_ccb)
737 void l2c_ucd_enqueue_pending_out_sec_q(tL2C_CCB *p_ccb, void *p_data)
752 BOOLEAN l2c_ucd_check_pending_out_sec_q(tL2C_CCB *p_ccb)
783 void l2c_ucd_send_pending_out_sec_q(tL2C_CCB *p_ccb
    [all...]
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
    [all...]
l2c_api.c 124 tL2C_CCB *p_ccb;
236 tL2C_CCB *p_ccb;
363 tL2C_CCB *p_ccb;
446 tL2C_CCB *p_ccb;
497 tL2C_CCB *p_ccb;
541 tL2C_CCB *p_ccb;
569 tL2C_CCB *p_ccb;
727 tL2C_CCB *p_ccb;
873 tL2C_CCB *p_ccb;
    [all...]
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...]
l2c_utils.c 130 tL2C_CCB *p_ccb;
469 void l2cu_send_peer_connect_req (tL2C_CCB *p_ccb)
507 void l2cu_send_peer_connect_rsp (tL2C_CCB *p_ccb, UINT16 result, UINT16 status)
581 void l2cu_send_peer_config_req (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg)
688 void l2cu_send_peer_config_rsp (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg)
781 void l2cu_send_peer_config_rej (tL2C_CCB *p_ccb, UINT8 *p_data, UINT16 data_len, UINT16 rej_len)
910 void l2cu_send_peer_disc_req (tL2C_CCB *p_ccb)
    [all...]
l2c_link.c 159 tL2C_CCB *p_ccb;
255 tL2C_CCB *pn = p_ccb->p_next_ccb;
297 tL2C_CCB *p_ccb;
298 tL2C_CCB *p_next_ccb;
363 tL2C_CCB *p_ccb;
392 tL2C_CCB *pn = p_ccb->p_next_ccb;
490 tL2C_CCB *p_ccb;
522 tL2C_CCB *p_ccb;
541 tL2C_CCB *pn = p_ccb->p_next_ccb;
577 tL2C_CCB *pn = p_ccb->p_next_ccb
    [all...]
l2c_main.c 125 tL2C_CCB *p_ccb = NULL;
326 tL2C_CCB *p_ccb;
    [all...]

Completed in 303 milliseconds