Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dl2cdefs.h58 #define L2CAP_CONFIG_RSP_LEN 6 /* Dest CID, flags, result,data optional*/ macro
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_utils.c778 if ((p_buf = l2cu_build_header (p_ccb->p_lcb, (UINT16)(L2CAP_CONFIG_RSP_LEN + cfg_len), in l2cu_send_peer_config_rsp()
857 …HDR_SIZE + HCI_DATA_PREAMBLE_SIZE + L2CAP_PKT_OVERHEAD + L2CAP_CMD_OVERHEAD + L2CAP_CONFIG_RSP_LEN; in l2cu_send_peer_config_rej()
889 UINT16_TO_STREAM (p, L2CAP_CMD_OVERHEAD + L2CAP_CONFIG_RSP_LEN + rej_len); in l2cu_send_peer_config_rej()
896 UINT16_TO_STREAM (p, L2CAP_CONFIG_RSP_LEN + rej_len); in l2cu_send_peer_config_rej()
949 len, (L2CAP_CMD_OVERHEAD + L2CAP_CONFIG_RSP_LEN + rej_len)); in l2cu_send_peer_config_rej()