Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Drfcomm_internal.h130 #define BT_RFCOMM_SIG_MIN_MTU 23 macro
133 #define BT_RFCOMM_CHECK_MTU(mtu) (!!((mtu) >= BT_RFCOMM_SIG_MIN_MTU && \
Drfcomm.c36 #define RFCOMM_MIN_MTU BT_RFCOMM_SIG_MIN_MTU