Home
last modified time | relevance | path

Searched refs:BT_MESH_STATIC_OOB_AVAILABLE (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dmain.h38 BT_MESH_STATIC_OOB_AVAILABLE = BIT(0), /**< Static OOB information available */ enumerator
/Zephyr-latest/subsys/bluetooth/mesh/
Dprovisionee.c90 BT_MESH_STATIC_OOB_AVAILABLE : 0; in prov_invite()
Dprovisioner.c259 (caps.oob_type & BT_MESH_STATIC_OOB_AVAILABLE); in prov_capabilities()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_provision.c397 if (cap->oob_type & BT_MESH_STATIC_OOB_AVAILABLE) { in capabilities()