Searched full:broadcaster (Results 1 – 25 of 92) sorted by relevance
1234
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 …]
2 :name: Isochronous Broadcaster Benchmark5 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.[all …]
2 :name: Broadcaster10 A simple application demonstrating Bluetooth Low Energy Broadcaster role functionality.25 This sample can be found under :zephyr_file:`samples/bluetooth/broadcaster` in the
2 name: broadcaster4 sample.bluetooth.broadcaster:
5 project(broadcaster) project
2 :name: Isochronous Broadcaster5 Use the Bluetooth Low Energy Isochronous Broadcaster functionality.11 Broadcaster functionality.
4 CONFIG_BT_DEVICE_NAME="Test ISO Broadcaster"
2 name: Bluetooth ISO Broadcaster
5 Advertise an Eddystone URL using GAP Broadcaster role.10 A simple application demonstrating the GAP Broadcaster role functionality by
5 …Combine Bluetooth LE Broadcaster & Observer roles to advertise and scan for devices simultaneously.10 A simple application demonstrating combined Bluetooth LE Broadcaster & Observer
3 description: Demonstrates combined BLE Broadcaster & Observer role functionality
7 # Basic PAST Test: Broadcaster connects to peripheral, after connection is established8 # and it is Periodic Advertising (PA), the broadcaster send a Periodic Sync Transfer (PAST)
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
2 :name: Multiple Broadcaster10 A simple application demonstrating the Bluetooth Low Energy Broadcaster that
2 name: Bluetooth Multiple Extended Advertising Broadcaster
5 CONFIG_BT_DEVICE_NAME="Broadcaster Multiple"
5 Advertise an Apple iBeacon using GAP Broadcaster role.10 This simple application demonstrates the GAP Broadcaster role
30 "(broadcaster role), or q to quit: "); in device_role_select()40 printk("Broadcaster role\n"); in device_role_select()
31 * Test checking scan random address if broadcaster role isn't enabled73 * Test checking scan random address when broadcaster role is enabled, but100 * Test checking scan random address when broadcaster role is enabled.
31 # ISO Broadcaster Controller
13 src/broadcaster.c
16 -v=${verbosity_level} -s=${simulation_id} -d=0 -testid=broadcaster
16 printk("Starting Multiple Broadcaster Demo\n"); in main()