Lines Matching defs:p_lcb
59 tL2C_LCB* p_lcb = &l2cb.lcb_pool[0]; in l2cu_allocate_lcb() local
102 void l2cu_set_lcb_handle(struct t_l2c_linkcb& p_lcb, uint16_t handle) { in l2cu_set_lcb_handle()
126 tL2C_LCB* p_lcb = l2cu_find_lcb_by_bd_addr(p_bd_addr, BT_TRANSPORT_BR_EDR); in l2cu_update_lcb_4_bonding() local
149 void l2cu_release_lcb(tL2C_LCB* p_lcb) { in l2cu_release_lcb()
241 tL2C_LCB* p_lcb = &l2cb.lcb_pool[0]; in l2cu_find_lcb_by_bd_addr() local
267 bool l2c_is_cmd_rejected(uint8_t cmd_code, uint8_t signal_id, tL2C_LCB* p_lcb) { in l2c_is_cmd_rejected()
296 BT_HDR* l2cu_build_header(tL2C_LCB* p_lcb, uint16_t len, uint8_t cmd, in l2cu_build_header()
341 void l2cu_adj_id(tL2C_LCB* p_lcb) { in l2cu_adj_id()
357 void l2cu_send_peer_cmd_reject(tL2C_LCB* p_lcb, uint16_t reason, uint8_t rem_id, in l2cu_send_peer_cmd_reject()
477 void l2cu_reject_connection(tL2C_LCB* p_lcb, uint16_t remote_cid, in l2cu_reject_connection()
515 tL2C_LCB* p_lcb = p_ccb->p_lcb; in l2cu_send_credit_based_reconfig_req() local
927 void l2cu_send_peer_disc_rsp(tL2C_LCB* p_lcb, uint8_t remote_id, in l2cu_send_peer_disc_rsp()
958 void l2cu_send_peer_echo_rsp(tL2C_LCB* p_lcb, uint8_t signal_id, in l2cu_send_peer_echo_rsp()
1013 void l2cu_send_peer_info_req(tL2C_LCB* p_lcb, uint16_t info_type) { in l2cu_send_peer_info_req()
1051 void l2cu_send_peer_info_rsp(tL2C_LCB* p_lcb, uint8_t remote_id, in l2cu_send_peer_info_rsp()
1351 tL2C_CCB* l2cu_allocate_ccb(tL2C_LCB* p_lcb, uint16_t cid) { in l2cu_allocate_ccb()
1490 tL2C_LCB* p_lcb = l2cu_find_lcb_by_handle(handle); in l2cu_start_post_bond_timer() local
1530 tL2C_LCB* p_lcb = p_ccb->p_lcb; in l2cu_release_ccb() local
1616 tL2C_CCB* l2cu_find_ccb_by_remote_cid(tL2C_LCB* p_lcb, uint16_t remote_cid) { in l2cu_find_ccb_by_remote_cid()
2032 tL2C_LCB* p_lcb = &l2cb.lcb_pool[0]; in l2cu_device_reset() local
2043 bool l2cu_create_conn_le(tL2C_LCB* p_lcb) { in l2cu_create_conn_le()
2050 void l2cu_create_conn_br_edr(tL2C_LCB* p_lcb) { in l2cu_create_conn_br_edr()
2105 tL2C_LCB* p_lcb = &l2cb.lcb_pool[0]; in l2cu_get_num_hi_priority() local
2123 void l2cu_create_conn_after_switch(tL2C_LCB* p_lcb) { in l2cu_create_conn_after_switch()
2147 tL2C_LCB* p_lcb = &l2cb.lcb_pool[0]; in l2cu_find_lcb_by_state() local
2172 tL2C_LCB* p_lcb; in l2cu_lcb_disconnecting() local
2217 tL2C_LCB* p_lcb; in l2cu_set_acl_priority() local
2297 tL2C_LCB* p_lcb; in l2cu_resubmit_pending_sec_req() local
2405 bool l2cu_initialize_fixed_ccb(tL2C_LCB* p_lcb, uint16_t fixed_cid) { in l2cu_initialize_fixed_ccb()
2454 void l2cu_no_dynamic_ccbs(tL2C_LCB* p_lcb) { in l2cu_no_dynamic_ccbs()
2521 void l2cu_process_fixed_chnl_resp(tL2C_LCB* p_lcb) { in l2cu_process_fixed_chnl_resp()
2575 void l2cu_process_fixed_disc_cback(tL2C_LCB* p_lcb) { in l2cu_process_fixed_disc_cback()
2612 void l2cu_send_peer_ble_par_req(tL2C_LCB* p_lcb, uint16_t min_int, in l2cu_send_peer_ble_par_req()
2650 void l2cu_send_peer_ble_par_rsp(tL2C_LCB* p_lcb, uint16_t reason, in l2cu_send_peer_ble_par_rsp()
2683 tL2C_LCB* p_lcb = NULL; in l2cu_send_peer_ble_credit_based_conn_req() local
2739 tL2C_LCB* p_lcb = NULL; in l2cu_send_peer_credit_based_conn_req() local
2800 void l2cu_reject_ble_coc_connection(tL2C_LCB* p_lcb, uint8_t rem_id, in l2cu_reject_ble_coc_connection()
2834 void l2cu_reject_credit_based_conn_req(tL2C_LCB* p_lcb, uint8_t rem_id, in l2cu_reject_credit_based_conn_req()
2962 void l2cu_send_ble_reconfig_rsp(tL2C_LCB* p_lcb, uint8_t rem_id, in l2cu_send_ble_reconfig_rsp()
3036 tL2C_LCB* p_lcb = NULL; in l2cu_send_peer_ble_flow_control_credit() local
3076 tL2C_LCB* p_lcb = NULL; in l2cu_send_peer_ble_credit_based_disconn_req() local
3120 tL2C_LCB* p_lcb = &l2cb.lcb_pool[0]; in l2cu_find_lcb_by_handle() local
3143 tL2C_CCB* l2cu_find_ccb_by_cid(tL2C_LCB* p_lcb, uint16_t local_cid) { in l2cu_find_ccb_by_cid()