• Home
  • Raw
  • Download

Lines Matching refs:tL2C_CCB

130     tL2C_CCB    *p_ccb;  in l2cu_release_lcb()
469 void l2cu_send_peer_connect_req (tL2C_CCB *p_ccb) in l2cu_send_peer_connect_req()
507 void l2cu_send_peer_connect_rsp (tL2C_CCB *p_ccb, UINT16 result, UINT16 status) in l2cu_send_peer_connect_rsp()
581 void l2cu_send_peer_config_req (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg) in l2cu_send_peer_config_req()
688 void l2cu_send_peer_config_rsp (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg) in l2cu_send_peer_config_rsp()
781 void l2cu_send_peer_config_rej (tL2C_CCB *p_ccb, UINT8 *p_data, UINT16 data_len, UINT16 rej_len) in l2cu_send_peer_config_rej()
910 void l2cu_send_peer_disc_req (tL2C_CCB *p_ccb) in l2cu_send_peer_disc_req()
1240 void l2cu_enqueue_ccb (tL2C_CCB *p_ccb) in l2cu_enqueue_ccb()
1242 tL2C_CCB *p_ccb1; in l2cu_enqueue_ccb()
1332 void l2cu_dequeue_ccb (tL2C_CCB *p_ccb) in l2cu_dequeue_ccb()
1416 void l2cu_change_pri_ccb (tL2C_CCB *p_ccb, tL2CAP_CHNL_PRIORITY priority) in l2cu_change_pri_ccb()
1462 tL2C_CCB *l2cu_allocate_ccb (tL2C_LCB *p_lcb, UINT16 cid) in l2cu_allocate_ccb()
1464 tL2C_CCB *p_ccb; in l2cu_allocate_ccb()
1465 tL2C_CCB *p_prev; in l2cu_allocate_ccb()
1667 void l2cu_release_ccb (tL2C_CCB *p_ccb) in l2cu_release_ccb()
1752 tL2C_CCB *l2cu_find_ccb_by_remote_cid (tL2C_LCB *p_lcb, UINT16 remote_cid) in l2cu_find_ccb_by_remote_cid()
1754 tL2C_CCB *p_ccb; in l2cu_find_ccb_by_remote_cid()
1829 void l2cu_disconnect_chnl (tL2C_CCB *p_ccb) in l2cu_disconnect_chnl()
1898 UINT8 l2cu_process_peer_cfg_req (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg) in l2cu_process_peer_cfg_req()
2031 void l2cu_process_peer_cfg_rsp (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg) in l2cu_process_peer_cfg_rsp()
2068 void l2cu_process_our_cfg_req (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg) in l2cu_process_our_cfg_req()
2161 void l2cu_process_our_cfg_rsp (tL2C_CCB *p_ccb, tL2CAP_CFG_INFO *p_cfg) in l2cu_process_our_cfg_rsp()
2449 tL2C_CCB *p_ccb; in l2cu_lcb_disconnecting()
2571 tL2C_CCB *p_ccb; in l2cu_resubmit_pending_sec_req()
2572 tL2C_CCB *p_next_ccb; in l2cu_resubmit_pending_sec_req()
2641 void l2cu_adjust_out_mps (tL2C_CCB *p_ccb) in l2cu_adjust_out_mps()
2689 tL2C_CCB *p_ccb; in l2cu_initialize_fixed_ccb()
3026 tL2C_CCB *l2cu_find_ccb_by_cid (tL2C_LCB *p_lcb, UINT16 local_cid) in l2cu_find_ccb_by_cid()
3028 tL2C_CCB *p_ccb = NULL; in l2cu_find_ccb_by_cid()
3088 static tL2C_CCB *l2cu_get_next_channel_in_rr(tL2C_LCB *p_lcb) in l2cu_get_next_channel_in_rr()
3090 tL2C_CCB *p_serve_ccb = NULL; in l2cu_get_next_channel_in_rr()
3091 tL2C_CCB *p_ccb; in l2cu_get_next_channel_in_rr()
3195 static tL2C_CCB *l2cu_get_next_channel(tL2C_LCB *p_lcb) in l2cu_get_next_channel()
3197 tL2C_CCB *p_ccb; in l2cu_get_next_channel()
3243 tL2C_CCB *p_ccb; in l2cu_get_next_buffer_to_send()
3347 void l2cu_set_acl_hci_header (BT_HDR *p_buf, tL2C_CCB *p_ccb) in l2cu_set_acl_hci_header()
3409 void l2cu_check_channel_congestion (tL2C_CCB *p_ccb) in l2cu_check_channel_congestion()