• Home
  • Raw
  • Download

Lines Matching refs:tL2C_CCB

142   tL2C_CCB* p_ccb;  in l2cu_release_lcb()
426 void l2cu_send_peer_connect_req(tL2C_CCB* p_ccb) { in l2cu_send_peer_connect_req()
462 void l2cu_send_peer_connect_rsp(tL2C_CCB* p_ccb, uint16_t result, in l2cu_send_peer_connect_rsp()
537 void l2cu_send_peer_config_req(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_cfg) { in l2cu_send_peer_config_req()
638 void l2cu_send_peer_config_rsp(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_cfg) { in l2cu_send_peer_config_rsp()
728 void l2cu_send_peer_config_rej(tL2C_CCB* p_ccb, uint8_t* p_data, in l2cu_send_peer_config_rej()
845 void l2cu_send_peer_disc_req(tL2C_CCB* p_ccb) { in l2cu_send_peer_disc_req()
1173 void l2cu_enqueue_ccb(tL2C_CCB* p_ccb) { in l2cu_enqueue_ccb()
1174 tL2C_CCB* p_ccb1; in l2cu_enqueue_ccb()
1255 void l2cu_dequeue_ccb(tL2C_CCB* p_ccb) { in l2cu_dequeue_ccb()
1329 void l2cu_change_pri_ccb(tL2C_CCB* p_ccb, tL2CAP_CHNL_PRIORITY priority) { in l2cu_change_pri_ccb()
1372 tL2C_CCB* l2cu_allocate_ccb(tL2C_LCB* p_lcb, uint16_t cid) { in l2cu_allocate_ccb()
1373 tL2C_CCB* p_ccb; in l2cu_allocate_ccb()
1374 tL2C_CCB* p_prev; in l2cu_allocate_ccb()
1563 void l2cu_release_ccb(tL2C_CCB* p_ccb) { in l2cu_release_ccb()
1658 tL2C_CCB* l2cu_find_ccb_by_remote_cid(tL2C_LCB* p_lcb, uint16_t remote_cid) { in l2cu_find_ccb_by_remote_cid()
1659 tL2C_CCB* p_ccb; in l2cu_find_ccb_by_remote_cid()
1763 void l2cu_disconnect_chnl(tL2C_CCB* p_ccb) { in l2cu_disconnect_chnl()
1848 uint8_t l2cu_process_peer_cfg_req(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_cfg) { in l2cu_process_peer_cfg_req()
1959 void l2cu_process_peer_cfg_rsp(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_cfg) { in l2cu_process_peer_cfg_rsp()
1998 void l2cu_process_our_cfg_req(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_cfg) { in l2cu_process_our_cfg_req()
2080 void l2cu_process_our_cfg_rsp(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_cfg) { in l2cu_process_our_cfg_rsp()
2312 tL2C_CCB* p_ccb; in l2cu_lcb_disconnecting()
2428 tL2C_CCB* p_ccb; in l2cu_resubmit_pending_sec_req()
2429 tL2C_CCB* p_next_ccb; in l2cu_resubmit_pending_sec_req()
2486 void l2cu_adjust_out_mps(tL2C_CCB* p_ccb) { in l2cu_adjust_out_mps()
2538 tL2C_CCB* p_ccb; in l2cu_initialize_fixed_ccb()
2736 tL2C_CCB* p_l2c_chnl_ctrl_block; in l2cu_process_fixed_disc_cback()
2831 void l2cu_send_peer_ble_credit_based_conn_req(tL2C_CCB* p_ccb) { in l2cu_send_peer_ble_credit_based_conn_req()
2922 void l2cu_send_peer_ble_credit_based_conn_res(tL2C_CCB* p_ccb, in l2cu_send_peer_ble_credit_based_conn_res()
2958 void l2cu_send_peer_ble_flow_control_credit(tL2C_CCB* p_ccb, in l2cu_send_peer_ble_flow_control_credit()
2999 void l2cu_send_peer_ble_credit_based_disconn_req(tL2C_CCB* p_ccb) { in l2cu_send_peer_ble_credit_based_disconn_req()
3069 tL2C_CCB* l2cu_find_ccb_by_cid(tL2C_LCB* p_lcb, uint16_t local_cid) { in l2cu_find_ccb_by_cid()
3070 tL2C_CCB* p_ccb = NULL; in l2cu_find_ccb_by_cid()
3103 static tL2C_CCB* l2cu_get_next_channel_in_rr(tL2C_LCB* p_lcb) { in l2cu_get_next_channel_in_rr()
3104 tL2C_CCB* p_serve_ccb = NULL; in l2cu_get_next_channel_in_rr()
3105 tL2C_CCB* p_ccb; in l2cu_get_next_channel_in_rr()
3202 static tL2C_CCB* l2cu_get_next_channel(tL2C_LCB* p_lcb) { in l2cu_get_next_channel()
3203 tL2C_CCB* p_ccb; in l2cu_get_next_channel()
3245 tL2C_CCB* p_ccb; in l2cu_get_next_buffer_to_send()
3358 void l2cu_set_acl_hci_header(BT_HDR* p_buf, tL2C_CCB* p_ccb) { in l2cu_set_acl_hci_header()
3407 static void send_congestion_status_to_all_clients(tL2C_CCB* p_ccb, in send_congestion_status_to_all_clients()
3440 void l2cu_check_channel_congestion(tL2C_CCB* p_ccb) { in l2cu_check_channel_congestion()
3468 bool l2cu_is_ccb_active(tL2C_CCB* p_ccb) { return (p_ccb && p_ccb->in_use); } in l2cu_is_ccb_active()