Home
last modified time | relevance | path

Searched refs:oob_type (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dprovisioner.c150 if (!caps->oob_type) { in prov_check_method()
234 caps.oob_type = data[4]; in prov_capabilities()
237 LOG_DBG("Static OOB Type: 0x%02x", caps.oob_type); in prov_capabilities()
256 if (caps.oob_type & BT_MESH_OOB_AUTH_REQUIRED) { in prov_capabilities()
259 (caps.oob_type & BT_MESH_STATIC_OOB_AVAILABLE); in prov_capabilities()
Dprovisionee.c89 uint8_t oob_type = bt_mesh_prov->static_val ? in prov_invite() local
103 oob_type |= BT_MESH_OOB_AUTH_REQUIRED; in prov_invite()
115 net_buf_simple_add_u8(&buf, oob_type); in prov_invite()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dmain.h99 uint8_t oob_type; member
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c510 shell_print_ctx("\tStatic OOB is %ssupported", cap->oob_type & 1 ? "" : "not "); in capabilities()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_provision.c397 if (cap->oob_type & BT_MESH_STATIC_OOB_AVAILABLE) { in capabilities()