Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dl2cdefs.h54 #define L2CAP_CMD_REJECT_LEN 2 /* Reason (data is optional) */ macro
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_utils.c508 …if ((p_buf = l2cu_build_header (p_lcb, (UINT16) (L2CAP_CMD_REJECT_LEN + param_len), L2CAP_CMD_REJE… in l2cu_send_peer_cmd_reject()