Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dl2cdefs.h194 #define L2CAP_CFG_FLUSH_OPTION_LEN 2 /* Flush option len */ macro
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/
Dl2c_utils.c665 cfg_len += L2CAP_CFG_FLUSH_OPTION_LEN + L2CAP_CFG_OPTION_OVERHEAD; in l2cu_send_peer_config_req()
700 UINT8_TO_STREAM (p, L2CAP_CFG_FLUSH_OPTION_LEN); in l2cu_send_peer_config_req()
766 cfg_len += L2CAP_CFG_FLUSH_OPTION_LEN + L2CAP_CFG_OPTION_OVERHEAD; in l2cu_send_peer_config_rsp()
798 UINT8_TO_STREAM (p, L2CAP_CFG_FLUSH_OPTION_LEN); in l2cu_send_peer_config_rsp()