Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dpriv_beacon_srv.c46 net_buf_simple_add_u8(&buf, bt_mesh_priv_beacon_get()); in beacon_status_rsp()
245 priv_beacon_state.state = bt_mesh_priv_beacon_get(); in priv_beacon_srv_pending_store()
Dbeacon.c175 if (bt_mesh_priv_beacon_get() == BT_MESH_FEATURE_ENABLED && in private_random_update()
323 .enabled = bt_mesh_priv_beacon_get() == BT_MESH_FEATURE_ENABLED, in net_beacon_for_subnet_send()
465 (bt_mesh_priv_beacon_get() == BT_MESH_FEATURE_ENABLED); in net_beacon_is_running()
615 if (((priv && bt_mesh_priv_beacon_get() == BT_MESH_PRIV_GATT_PROXY_ENABLED) || in net_beacon_register()
Dmain.c553 bt_mesh_priv_beacon_get() == BT_MESH_PRIV_BEACON_ENABLED) { in bt_mesh_resume()
634 bt_mesh_priv_beacon_get() == BT_MESH_PRIV_BEACON_ENABLED) { in bt_mesh_start()
Dcfg.c113 enum bt_mesh_feat_state bt_mesh_priv_beacon_get(void) in bt_mesh_priv_beacon_get() function
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/mesh/
Dcfg.h104 enum bt_mesh_feat_state bt_mesh_priv_beacon_get(void);