Lines Matching defs:p_ccb
150 tL2C_CCB* p_ccb; in l2cu_release_lcb() local
400 void l2cu_send_peer_connect_req(tL2C_CCB* p_ccb) { in l2cu_send_peer_connect_req()
436 void l2cu_send_peer_connect_rsp(tL2C_CCB* p_ccb, uint16_t result, in l2cu_send_peer_connect_rsp()
510 void l2cu_send_credit_based_reconfig_req(tL2C_CCB* p_ccb, in l2cu_send_credit_based_reconfig_req()
563 void l2cu_send_peer_config_req(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_cfg) { in l2cu_send_peer_config_req()
664 void l2cu_send_peer_config_rsp(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_cfg) { in l2cu_send_peer_config_rsp()
754 void l2cu_send_peer_config_rej(tL2C_CCB* p_ccb, uint8_t* p_data, in l2cu_send_peer_config_rej()
871 void l2cu_send_peer_disc_req(tL2C_CCB* p_ccb) { in l2cu_send_peer_disc_req()
1158 void l2cu_enqueue_ccb(tL2C_CCB* p_ccb) { in l2cu_enqueue_ccb()
1238 void l2cu_dequeue_ccb(tL2C_CCB* p_ccb) { in l2cu_dequeue_ccb()
1310 void l2cu_change_pri_ccb(tL2C_CCB* p_ccb, tL2CAP_CHNL_PRIORITY priority) { in l2cu_change_pri_ccb()
1357 tL2C_CCB* p_ccb; in l2cu_allocate_ccb() local
1529 void l2cu_release_ccb(tL2C_CCB* p_ccb) { in l2cu_release_ccb()
1617 tL2C_CCB* p_ccb; in l2cu_find_ccb_by_remote_cid() local
1721 void l2cu_disconnect_chnl(tL2C_CCB* p_ccb) { in l2cu_disconnect_chnl()
1806 uint8_t l2cu_process_peer_cfg_req(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_cfg) { in l2cu_process_peer_cfg_req()
1920 void l2cu_process_peer_cfg_rsp(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_cfg) { in l2cu_process_peer_cfg_rsp()
1959 void l2cu_process_our_cfg_req(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_cfg) { in l2cu_process_our_cfg_req()
2005 void l2cu_process_our_cfg_rsp(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_cfg) { in l2cu_process_our_cfg_rsp()
2173 tL2C_CCB* p_ccb; in l2cu_lcb_disconnecting() local
2298 tL2C_CCB* p_ccb; in l2cu_resubmit_pending_sec_req() local
2356 void l2cu_adjust_out_mps(tL2C_CCB* p_ccb) { in l2cu_adjust_out_mps()
2406 tL2C_CCB* p_ccb; in l2cu_initialize_fixed_ccb() local
2680 void l2cu_send_peer_ble_credit_based_conn_req(tL2C_CCB* p_ccb) { in l2cu_send_peer_ble_credit_based_conn_req()
2736 void l2cu_send_peer_credit_based_conn_req(tL2C_CCB* p_ccb) { in l2cu_send_peer_credit_based_conn_req()
2872 void l2cu_send_peer_credit_based_conn_res(tL2C_CCB* p_ccb, in l2cu_send_peer_credit_based_conn_res()
2941 void l2cu_reject_ble_connection(tL2C_CCB* p_ccb, uint8_t rem_id, in l2cu_reject_ble_connection()
2996 void l2cu_send_peer_ble_credit_based_conn_res(tL2C_CCB* p_ccb, in l2cu_send_peer_ble_credit_based_conn_res()
3032 void l2cu_send_peer_ble_flow_control_credit(tL2C_CCB* p_ccb, in l2cu_send_peer_ble_flow_control_credit()
3073 void l2cu_send_peer_ble_credit_based_disconn_req(tL2C_CCB* p_ccb) { in l2cu_send_peer_ble_credit_based_disconn_req()
3144 tL2C_CCB* p_ccb = NULL; in l2cu_find_ccb_by_cid() local
3174 void l2cu_set_acl_hci_header(BT_HDR* p_buf, tL2C_CCB* p_ccb) { in l2cu_set_acl_hci_header()
3216 static void send_congestion_status_to_all_clients(tL2C_CCB* p_ccb, in send_congestion_status_to_all_clients()
3247 void l2cu_check_channel_congestion(tL2C_CCB* p_ccb) { in l2cu_check_channel_congestion()
3275 bool l2cu_is_ccb_active(tL2C_CCB* p_ccb) { return (p_ccb && p_ccb->in_use); } in l2cu_is_ccb_active()