Searched refs:beacons (Results 1 – 8 of 8) sorted by relevance
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/mesh/ |
D | priv_beacon_srv.rst | 15 beacons by periodically randomizing the beacon input data. This protects the 18 must be instantiated for the device to support sending of the private beacons, 19 but the node will process received private beacons without it.
|
D | priv_beacon_cli.rst | 15 beacons by periodically randomizing the beacon input data. This protects the
|
D | shell.rst | 51 ``mesh prov pb-adv on`` or ``mesh prov pb-gatt on``. The beacons can be picked up by an external 284 To allow a device to broadcast connectable unprovisioned beacons, the 297 To allow a device to broadcast unprovisioned beacons, the 317 beacons with the given UUID. Once found, the unprovisioned device will be added to the mesh 345 Get or set the mesh node's UUID, used in the unprovisioned beacons. 395 Enable or disable printing of incoming unprovisioned beacons. Allows a provisioner device to 457 device. The beacon will run for 60 seconds before the node returns to normal Proxy beacons. 1592 * ``0x00``: The node doesn't broadcast Private beacons. 1593 * ``0x01``: The node broadcasts Private beacons.
|
/Zephyr-Core-3.7.0/samples/bluetooth/eddystone/ |
D | README.rst | 13 the definition of how Eddystone-EID beacons are configured and registered with
|
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/ |
D | beacon.c | 314 } beacons[] = { in net_beacon_for_subnet_send() local 329 for (int i = 0; i < ARRAY_SIZE(beacons); i++) { in net_beacon_for_subnet_send() 330 if (!beacons[i].enabled) { in net_beacon_for_subnet_send() 334 err = net_beacon_send(sub, beacons[i].beacon, beacons[i].create_fn); in net_beacon_for_subnet_send()
|
D | Kconfig | 1401 bool "Support for private beacons" 1404 Enable support for private beacons.
|
/Zephyr-Core-3.7.0/subsys/net/l2/wifi/ |
D | Kconfig | 8 results (beacons or probe responses) are provided to the application. 24 results (beacons or probe responses) are provided to the application.
|
/Zephyr-Core-3.7.0/boards/infineon/cyw920829m2evk_02/doc/ |
D | index.rst | 9 …cases including industrial IoT applications, smart home, asset tracking, beacons and sensors, and …
|