Lines Matching refs:tL2C_CCB
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)
1122 void l2cu_enqueue_ccb (tL2C_CCB *p_ccb)
1124 tL2C_CCB *p_ccb1;
1214 void l2cu_dequeue_ccb (tL2C_CCB *p_ccb)
1298 void l2cu_change_pri_ccb (tL2C_CCB *p_ccb, tL2CAP_CHNL_PRIORITY priority)
1344 tL2C_CCB *l2cu_allocate_ccb (tL2C_LCB *p_lcb, UINT16 cid)
1346 tL2C_CCB *p_ccb;
1347 tL2C_CCB *p_prev;
1549 void l2cu_release_ccb (tL2C_CCB *p_ccb)
1634 tL2C_CCB *l2cu_find_ccb_by_remote_cid (tL2C_LCB *p_lcb, UINT16 remote_cid)
1636 tL2C_CCB *p_ccb;
1711 void l2cu_disconnect_chnl (tL2C_CCB *p_ccb)
1780 UINT8 l2cu_process_peer_cfg_req (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg)
1913 void l2cu_process_peer_cfg_rsp (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg)
1950 void l2cu_process_our_cfg_req (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg)
2043 void l2cu_process_our_cfg_rsp (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg)
2328 tL2C_CCB *p_ccb;
2450 tL2C_CCB *p_ccb;
2451 tL2C_CCB *p_next_ccb;
2520 void l2cu_adjust_out_mps (tL2C_CCB *p_ccb)
2568 tL2C_CCB *p_ccb;
2844 tL2C_CCB *l2cu_find_ccb_by_cid (tL2C_LCB *p_lcb, UINT16 local_cid)
2846 tL2C_CCB *p_ccb = NULL;
2906 static tL2C_CCB *l2cu_get_next_channel_in_rr(tL2C_LCB *p_lcb)
2908 tL2C_CCB *p_serve_ccb = NULL;
2909 tL2C_CCB *p_ccb;
3013 static tL2C_CCB *l2cu_get_next_channel(tL2C_LCB *p_lcb)
3015 tL2C_CCB *p_ccb;
3061 tL2C_CCB *p_ccb;
3163 void l2cu_set_acl_hci_header (BT_HDR *p_buf, tL2C_CCB *p_ccb)
3223 void l2cu_check_channel_congestion (tL2C_CCB *p_ccb)