Lines Matching full:beacon
13 #include "beacon.h"
30 uint8_t beacon; member
36 void bt_mesh_beacon_set(bool beacon) in bt_mesh_beacon_set() argument
38 if (atomic_test_bit(bt_mesh.flags, BT_MESH_BEACON) == beacon) { in bt_mesh_beacon_set()
42 atomic_set_bit_to(bt_mesh.flags, BT_MESH_BEACON, beacon); in bt_mesh_beacon_set()
44 if (beacon) { in bt_mesh_beacon_set()
47 /* Beacon timer will stop automatically when all beacons are disabled. */ in bt_mesh_beacon_set()
102 /* Beacon timer will stop automatically when all beacons are disabled. */ in bt_mesh_priv_beacon_set()
236 /* Re-generate proxy beacon */ in bt_mesh_priv_gatt_proxy_set()
445 bt_mesh_beacon_set(cfg.beacon); in cfg_set()
477 val.beacon = bt_mesh_beacon_enabled(); in store_pending_cfg()