Home
last modified time | relevance | path

Searched full:broadcaster (Results 1 – 25 of 92) sorted by relevance

1234

/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.rst2 :name: Isochronous Broadcaster Benchmark
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 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.
[all …]
/Zephyr-latest/samples/bluetooth/broadcaster/
DREADME.rst2 :name: Broadcaster
10 A simple application demonstrating Bluetooth Low Energy Broadcaster role functionality.
25 This sample can be found under :zephyr_file:`samples/bluetooth/broadcaster` in the
Dsample.yaml2 name: broadcaster
4 sample.bluetooth.broadcaster:
DCMakeLists.txt5 project(broadcaster) project
/Zephyr-latest/samples/bluetooth/iso_broadcast/
DREADME.rst2 :name: Isochronous Broadcaster
5 Use the Bluetooth Low Energy Isochronous Broadcaster functionality.
11 Broadcaster functionality.
Dprj.conf4 CONFIG_BT_DEVICE_NAME="Test ISO Broadcaster"
Dsample.yaml2 name: Bluetooth ISO Broadcaster
/Zephyr-latest/samples/bluetooth/beacon/
DREADME.rst5 Advertise an Eddystone URL using GAP Broadcaster role.
10 A simple application demonstrating the GAP Broadcaster role functionality by
/Zephyr-latest/samples/bluetooth/scan_adv/
DREADME.rst5 …Combine Bluetooth LE Broadcaster & Observer roles to advertise and scan for devices simultaneously.
10 A simple application demonstrating combined Bluetooth LE Broadcaster & Observer
Dsample.yaml3 description: Demonstrates combined BLE Broadcaster & Observer role functionality
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/tests_scripts/
Dpast_send_from_broadcaster.sh7 # Basic PAST Test: Broadcaster connects to peripheral, after connection is established
8 # and it is Periodic Advertising (PA), the broadcaster send a Periodic Sync Transfer (PAST)
/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/samples/bluetooth/broadcaster_multiple/
DREADME.rst2 :name: Multiple Broadcaster
10 A simple application demonstrating the Bluetooth Low Energy Broadcaster that
Dsample.yaml2 name: Bluetooth Multiple Extended Advertising Broadcaster
Dprj.conf5 CONFIG_BT_DEVICE_NAME="Broadcaster Multiple"
/Zephyr-latest/samples/bluetooth/ibeacon/
DREADME.rst5 Advertise an Apple iBeacon using GAP Broadcaster role.
10 This simple application demonstrates the GAP Broadcaster role
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dmain.c30 "(broadcaster role), or q to quit: "); in device_role_select()
40 printk("Broadcaster role\n"); in device_role_select()
/Zephyr-latest/tests/bluetooth/host/id/bt_id_scan_random_addr_check/src/
Dmain.c31 * Test checking scan random address if broadcaster role isn't enabled
73 * Test checking scan random address when broadcaster role is enabled, but
100 * Test checking scan random address when broadcaster role is enabled.
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag_2/
Dprj.conf31 # ISO Broadcaster Controller
DCMakeLists.txt13 src/broadcaster.c
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag/
DCMakeLists.txt13 src/broadcaster.c
/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_multiple/src/
Dmain.c16 printk("Starting Multiple Broadcaster Demo\n"); in main()

1234