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 344 } tL2C_CCB;
351 tL2C_CCB *p_first_ccb; /* The first channel in this queue */
352 tL2C_CCB *p_last_ccb; /* The last channel in this queue */
369 tL2C_CCB *p_serve_ccb; /* current serving ccb within priority group */
370 tL2C_CCB *p_first_ccb; /* first ccb of priority group */
390 tL2C_CCB *p_pending_ccb; /* ccb of waiting channel during link disconnect */
430 tL2C_CCB *p_fixed_ccbs[L2CAP_NUM_FIXED_CHNLS];
474 tL2C_CCB ccb_pool[MAX_L2CAP_CHANNELS]; /* Channel Control Block pool */
477 tL2C_CCB *p_free_ccb_first; /* Pointer to first free CCB */
478 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;
232 tL2C_CCB *p_ccb;
354 tL2C_CCB *p_ccb;
437 tL2C_CCB *p_ccb;
488 tL2C_CCB *p_ccb;
532 tL2C_CCB *p_ccb;
560 tL2C_CCB *p_ccb;
718 tL2C_CCB *p_ccb;
864 tL2C_CCB *p_ccb;
942 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 118 tL2C_CCB *p_ccb;
394 void l2cu_send_peer_connect_req (tL2C_CCB *p_ccb)
432 void l2cu_send_peer_connect_rsp (tL2C_CCB *p_ccb, UINT16 result, UINT16 status)
506 void l2cu_send_peer_config_req (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg)
613 void l2cu_send_peer_config_rsp (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg)
706 void l2cu_send_peer_config_rej (tL2C_CCB *p_ccb, UINT8 *p_data, UINT16 data_len, UINT16 rej_len)
807 void l2cu_send_peer_disc_req (tL2C_CCB *p_ccb)
    [all...]
l2c_link.c 158 tL2C_CCB *p_ccb;
254 tL2C_CCB *pn = p_ccb->p_next_ccb;
296 tL2C_CCB *p_ccb;
297 tL2C_CCB *p_next_ccb;
360 tL2C_CCB *p_ccb;
388 tL2C_CCB *pn = p_ccb->p_next_ccb;
466 tL2C_CCB *p_ccb;
498 tL2C_CCB *p_ccb;
517 tL2C_CCB *pn = p_ccb->p_next_ccb;
553 tL2C_CCB *pn = p_ccb->p_next_ccb
    [all...]
l2c_main.c 125 tL2C_CCB *p_ccb = NULL;
322 tL2C_CCB *p_ccb;
898 l2c_csm_execute (((tL2C_CCB *)p_tle->param), L2CEVT_TIMEOUT, NULL);
902 l2c_csm_execute (((tL2C_CCB *)p_tle->param), L2CEVT_ACK_TIMEOUT, NULL);
    [all...]

Completed in 25 milliseconds