Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dnet.h33 #define BT_MESH_NET_MIN_PDU_LEN (BT_MESH_NET_HDR_LEN + 1 + 8) macro
Dnet.c808 if (in->len < BT_MESH_NET_MIN_PDU_LEN) { in bt_mesh_net_decode()