Home
last modified time | relevance | path

Searched refs:L2CAP_ADJ_ID (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_utils.c551 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()
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()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h156 #define L2CAP_ADJ_ID 0x3 macro