Home
last modified time | relevance | path

Searched refs:broadcaster (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-2.7.6/samples/bluetooth/iso_broadcast_benchmark/
DREADME.rst7 of an ISO broadcaster against one or more ISO broadcast receivers.
12 The sample transmits data from the *broadcaster* to the
16 The application is used as both a broadcaster and a receiver, and the mode
47 broadcaster role.
49 #. Observe that the receiver synchronizes to the broadcaster.
59 Choose device role - type r (receiver role) or b (broadcaster role), or q to quit: r
63 …[00:00:05.793,304] <inf> iso_broadcast_receiver: Found broadcaster with address 28:3B:AD:F5:EE:0C …
86 The broadcaster will ask if any changes to the current settings are wanted.
88 otherwise continue with the current settings. The broadcaster will then start
93 Choose device role - type r (receiver role) or b (broadcaster role), or q to quit: b
/Zephyr-Core-2.7.6/samples/bluetooth/iso_broadcast/
DREADME.rst1 .. _bluetooth-isochronous-broadcaster-sample:
/Zephyr-Core-2.7.6/subsys/bluetooth/
DKconfig.iso18 # TODO: Split between broadcaster and observer for optimization
/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Diso.c1432 static int big_init_bis(struct bt_iso_big *big, bool broadcaster) in big_init_bis() argument
1452 if (broadcaster) { in big_init_bis()
1668 bool broadcaster; in bt_iso_big_terminate() local
1683 broadcaster = big->bis[0]->qos->tx ? true : false; in bt_iso_big_terminate()
1685 if (broadcaster) { in bt_iso_big_terminate()
/Zephyr-Core-2.7.6/doc/guides/bluetooth/
Dbluetooth-arch.rst249 peripheral implicitly enables broadcaster role. Usually the first step
252 least the observer and broadcaster roles, and possibly also the
301 A broadcaster role device will use the :c:func:`bt_le_adv_start` API to
375 default, mesh requires both observer and broadcaster role to be enabled.
Dbluetooth-dev.rst170 advertising, effectively acting as a Bluetooth Low Energy broadcaster.
/Zephyr-Core-2.7.6/doc/releases/
Drelease-notes-1.8.rst196 * Added combined observer & broadcaster app for Bluetooth samples