Searched refs:broadcaster (Results 1 – 21 of 21) sorted by relevance
66 struct btp_bap_broadcast_remote_source *broadcaster = &remote_broadcast_sources[i]; in remote_broadcaster_alloc() local68 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() local82 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() local97 if (broadcaster->sink == sink) { in remote_broadcaster_find_by_sink()98 return broadcaster; in remote_broadcaster_find_by_sink()[all …]
5 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 the17 The application is used as both a broadcaster and a receiver, and the mode51 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: r67 …[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 …]
16 -v=${verbosity_level} -s=${simulation_id} -d=0 -testid=broadcaster
5 project(broadcaster) project
25 This sample can be found under :zephyr_file:`samples/bluetooth/broadcaster` in the
13 -v=${verbosity_level} -s=${simulation_id} -d=0 -testid=broadcaster
13 This is quite important in applications in which the broadcaster role is added15 This sample implements only the broadcaster role; the peripheral role with
13 src/broadcaster.c
19 create-big :Create a BIG as a broadcaster [enc <broadcast code>]
69 …Found broadcaster with ID 0x681A22 and addr 2C:44:05:82:EB:82 (random) and sid 0x00 (looking for 0…
181 Found broadcaster with ID 0xEF6716 and addr 03:47:95:75:C0:08 (random) and sid 0x00182 Attempting to PA sync to the broadcaster234 Found broadcaster with ID 0xEF6716 and addr 03:47:95:75:C0:08 (random) and sid 0x00235 Attempting to PA sync to the broadcaster
79 Found broadcaster with ID 0x05BD38 and addr 1E:4D:0A:AA:6E:49 (random) and sid 0x00
15 LOG_MODULE_REGISTER(broadcaster, LOG_LEVEL_INF);
16 LOG_MODULE_REGISTER(broadcaster, LOG_LEVEL_INF);
42 peripheral implicitly enables broadcaster role. Usually the first step45 least the observer and broadcaster roles, and possibly also the92 A broadcaster role device will use the :c:func:`bt_le_adv_start` API to292 default, mesh requires both observer and broadcaster role to be enabled.
177 advertising, effectively acting as a Bluetooth Low Energy broadcaster.
1094 struct bt_iso_broadcaster_info broadcaster; member
196 * Added combined observer & broadcaster app for Bluetooth samples
2746 bool broadcaster) in big_init_bis() argument2762 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()