Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Drpr.h27 #define BT_MESH_RPR_UNPROV_REPORTED BIT(3) /**< Internal */ macro
/Zephyr-latest/subsys/bluetooth/mesh/
Drpr_srv.c232 (dev->flags & BT_MESH_RPR_UNPROV_REPORTED)) { in scan_report_send()
255 dev->flags |= BT_MESH_RPR_UNPROV_REPORTED; in scan_report_send()
289 srv.scan.dev->flags |= BT_MESH_RPR_UNPROV_REPORTED; in scan_ext_report_send()
329 if (!(srv.scan.dev->flags & BT_MESH_RPR_UNPROV_REPORTED)) { in scan_ext_stop()
758 srv.scan.dev->flags &= ~BT_MESH_RPR_UNPROV_REPORTED; in handle_extended_scan_start()
1089 if (dev != srv.scan.dev && !(dev->flags & BT_MESH_RPR_UNPROV_REPORTED)) { in adv_handle_beacon()