Searched refs:l2cu_adj_id (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_utils.c | 479 void l2cu_adj_id (tL2C_LCB *p_lcb, UINT8 adj_mask) in l2cu_adj_id() function 551 l2cu_adj_id(p_ccb->p_lcb, L2CAP_ADJ_ID); in l2cu_send_peer_connect_req() 661 l2cu_adj_id(p_ccb->p_lcb, L2CAP_ADJ_ID); in l2cu_send_peer_config_req() 975 l2cu_adj_id(p_ccb->p_lcb, L2CAP_ADJ_ID); in l2cu_send_peer_disc_req() 1059 l2cu_adj_id(p_lcb, L2CAP_ADJ_ZERO_ID); /* check for wrap to '0' */ in l2cu_send_peer_echo_req() 1143 l2cu_adj_id(p_lcb, L2CAP_ADJ_ID); in l2cu_send_peer_info_req() 2956 l2cu_adj_id (p_lcb, L2CAP_ADJ_ID); in l2cu_send_peer_ble_par_req() 3030 l2cu_adj_id(p_ccb->p_lcb, L2CAP_ADJ_ID); in l2cu_send_peer_ble_credit_based_conn_req() 3153 l2cu_adj_id(p_ccb->p_lcb, L2CAP_ADJ_ID); in l2cu_send_peer_ble_flow_control_credit() 3197 l2cu_adj_id(p_ccb->p_lcb, L2CAP_ADJ_ID); in l2cu_send_peer_ble_credit_based_disconn_req()
|
D | l2c_api.c | 666 l2cu_adj_id(p_lcb, L2CAP_ADJ_BRCM_ID); /* Make sure not using Broadcom ID */ in L2CA_Ping() 720 l2cu_adj_id(p_lcb, L2CAP_ADJ_BRCM_ID); /* Make sure not using Broadcom ID */ in L2CA_Echo()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/ |
D | l2c_int.h | 617 extern void l2cu_adj_id (tL2C_LCB *p_lcb, UINT8 adj_mask);
|