Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/include/zephyr/bluetooth/mesh/
Dmain.h38 BT_MESH_STATIC_OOB_AVAILABLE = BIT(0), /**< Static OOB information available */ enumerator
/Zephyr-Core-3.6.0/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-Core-3.6.0/tests/bsim/bluetooth/mesh/src/
Dtest_provision.c406 if (cap->oob_type & BT_MESH_STATIC_OOB_AVAILABLE) { in capabilities()