Home
last modified time | relevance | path

Searched refs:L2CAP_CONFIG_REQ_LEN (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dl2cdefs.h57 #define L2CAP_CONFIG_REQ_LEN 4 /* Dest CID, flags (data is optional) */ macro
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_main.c578 …2cu_send_peer_config_rej (p_ccb, p_cfg_start, (UINT16) (cmd_len - L2CAP_CONFIG_REQ_LEN), cfg_rej_l… in process_l2cap_cmd()
Dl2c_utils.c680 if ((p_buf = l2cu_build_header (p_ccb->p_lcb, (UINT16) (L2CAP_CONFIG_REQ_LEN + cfg_len), in l2cu_send_peer_config_req()