Home
last modified time | relevance | path

Searched defs:beacon (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/samples/bluetooth/beacon/
DCMakeLists.txt5 project(beacon) project
/Zephyr-latest/subsys/bluetooth/mesh/
Dbeacon.c95 struct bt_mesh_beacon *beacon; in beacon_cache_match() local
103 static void cache_add(const uint8_t auth[8], struct bt_mesh_beacon *beacon) in cache_add()
128 struct bt_mesh_beacon *beacon = user_data; in beacon_complete() local
256 #define BEACON_THRESHOLD(beacon) \ argument
265 static int net_beacon_send(struct bt_mesh_subnet *sub, struct bt_mesh_beacon *beacon, in net_beacon_send()
311 struct bt_mesh_beacon *beacon; in net_beacon_for_subnet_send() member
613 static void net_beacon_register(struct bt_mesh_beacon *beacon, bool priv) in net_beacon_register()
654 struct bt_mesh_beacon *beacon; in net_beacon_resolve() local
Dcfg.c30 uint8_t beacon; member
36 void bt_mesh_beacon_set(bool beacon) in bt_mesh_beacon_set()
Dpriv_beacon_cli.c26 uint8_t beacon, rand_int; in handle_beacon_status() local
Dpriv_beacon_srv.c69 uint8_t beacon; in handle_beacon_set() local
Dsubnet.h80 struct bt_mesh_key beacon; /* BeaconKey */ member
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_frame.c199 struct ieee802154_beacon *beacon = (struct ieee802154_beacon *)buf; in ieee802514_beacon_header_length() local
Dieee802154_frame.h445 struct ieee802154_beacon *beacon; member
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_persistence.c198 uint8_t beacon; member
Dtest_beacon.c336 } beacon; variable