Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_broadcast.c66 struct btp_bap_broadcast_remote_source *broadcaster = &remote_broadcast_sources[i]; in remote_broadcaster_alloc() local
68 if (broadcaster->broadcast_id == BT_BAP_INVALID_BROADCAST_ID) { in remote_broadcaster_alloc()
69 return broadcaster; in remote_broadcaster_alloc()
80 struct btp_bap_broadcast_remote_source *broadcaster = &remote_broadcast_sources[i]; in remote_broadcaster_find() local
82 if (broadcaster->broadcast_id == broadcast_id && in remote_broadcaster_find()
83 bt_addr_le_cmp(addr, &broadcaster->address) == 0) { in remote_broadcaster_find()
84 return broadcaster; in remote_broadcaster_find()
95 struct btp_bap_broadcast_remote_source *broadcaster = &remote_broadcast_sources[i]; in remote_broadcaster_find_by_sink() local
97 if (broadcaster->sink == sink) { in remote_broadcaster_find_by_sink()
98 return broadcaster; in remote_broadcaster_find_by_sink()
[all …]
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/
DREADME.rst5 Measure packet loss and sync loss of an ISO broadcaster against one or more receivers.
8 of an ISO broadcaster against one or more ISO broadcast receivers.
13 The sample transmits data from the *broadcaster* to the
17 The application is used as both a broadcaster and a receiver, and the mode
51 broadcaster role.
53 #. Observe that the receiver synchronizes to the broadcaster.
63 Choose device role - type r (receiver role) or b (broadcaster role), or q to quit: r
67 …[00:00:05.793,304] <inf> iso_broadcast_receiver: Found broadcaster with address 28:3B:AD:F5:EE:0C …
90 The broadcaster will ask if any changes to the current settings are wanted.
92 otherwise continue with the current settings. The broadcaster will then start
[all …]
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag/tests_scripts/
Dbis.sh16 -v=${verbosity_level} -s=${simulation_id} -d=0 -testid=broadcaster
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag_2/tests_scripts/
Dbis.sh16 -v=${verbosity_level} -s=${simulation_id} -d=0 -testid=broadcaster
/Zephyr-latest/samples/bluetooth/broadcaster/
DCMakeLists.txt5 project(broadcaster) project
DREADME.rst25 This sample can be found under :zephyr_file:`samples/bluetooth/broadcaster` in the
/Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/tests_scripts/
Dbis.sh13 -v=${verbosity_level} -s=${simulation_id} -d=0 -testid=broadcaster
/Zephyr-latest/samples/bluetooth/hci_vs_scan_req/
DREADME.rst13 This is quite important in applications in which the broadcaster role is added
15 This sample implements only the broadcaster role; the peripheral role with
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag/
DCMakeLists.txt13 src/broadcaster.c
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag_2/
DCMakeLists.txt13 src/broadcaster.c
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Diso.rst19 create-big :Create a BIG as a broadcaster [enc <broadcast code>]
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dbap_scan_delegator.rst69 …Found broadcaster with ID 0x681A22 and addr 2C:44:05:82:EB:82 (random) and sid 0x00 (looking for 0…
Dbap.rst181 Found broadcaster with ID 0xEF6716 and addr 03:47:95:75:C0:08 (random) and sid 0x00
182 Attempting to PA sync to the broadcaster
234 Found broadcaster with ID 0xEF6716 and addr 03:47:95:75:C0:08 (random) and sid 0x00
235 Attempting to PA sync to the broadcaster
Dbap_broadcast_assistant.rst79 Found broadcaster with ID 0x05BD38 and addr 1E:4D:0A:AA:6E:49 (random) and sid 0x00
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag/src/
Dbroadcaster.c15 LOG_MODULE_REGISTER(broadcaster, LOG_LEVEL_INF);
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag_2/src/
Dbroadcaster.c16 LOG_MODULE_REGISTER(broadcaster, LOG_LEVEL_INF);
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-le-host.rst42 peripheral implicitly enables broadcaster role. Usually the first step
45 least the observer and broadcaster roles, and possibly also the
92 A broadcaster role device will use the :c:func:`bt_le_adv_start` API to
292 default, mesh requires both observer and broadcaster role to be enabled.
Dbluetooth-dev.rst177 advertising, effectively acting as a Bluetooth Low Energy broadcaster.
/Zephyr-latest/include/zephyr/bluetooth/
Diso.h1094 struct bt_iso_broadcaster_info broadcaster; member
/Zephyr-latest/doc/releases/
Drelease-notes-1.8.rst196 * Added combined observer & broadcaster app for Bluetooth samples
/Zephyr-latest/subsys/bluetooth/host/
Diso.c2746 bool broadcaster) in big_init_bis() argument
2762 broadcaster ? BT_ISO_CHAN_TYPE_BROADCASTER : BT_ISO_CHAN_TYPE_SYNC_RECEIVER; in big_init_bis()
3119 struct bt_iso_broadcaster_info *broadcaster_info = &info->broadcaster; in store_bis_broadcaster_info()