Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Drpr.h26 #define BT_MESH_RPR_UNPROV_FOUND BIT(2) /**< Internal */ macro
/Zephyr-latest/subsys/bluetooth/mesh/
Drpr_srv.c231 if (!(dev->flags & BT_MESH_RPR_UNPROV_FOUND) || in scan_report_send()
271 if (srv.scan.dev->flags & BT_MESH_RPR_UNPROV_FOUND) { in scan_ext_report_send()
1069 } else if (dev->flags & BT_MESH_RPR_UNPROV_FOUND) { in adv_handle_beacon()
1081 dev->flags |= BT_MESH_RPR_UNPROV_FOUND; in adv_handle_beacon()