Home
last modified time | relevance | path

Searched refs:BT_MESH_MIC_LONG (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dmsg.h32 #define BT_MESH_MIC_LONG 8 macro
63 (BT_MESH_MODEL_OP_LEN(_op) + (_payload_len) + BT_MESH_MIC_LONG)
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dmesh_test.c452 (flags & LONG_MIC) ? BT_MESH_MIC_LONG : BT_MESH_MIC_SHORT; in bt_mesh_test_send_async()
/Zephyr-latest/subsys/bluetooth/mesh/
Dtransport.c49 #define APP_MIC_LEN(aszmic) ((aszmic) ? BT_MESH_MIC_LONG : BT_MESH_MIC_SHORT)