Home
last modified time | relevance | path

Searched refs:broadcast (Results 1 – 25 of 73) sorted by relevance

123

/Zephyr-latest/include/zephyr/drivers/i3c/
Dccc.h36 #define I3C_CCC_ENEC(broadcast) ((broadcast) ? 0x00U : 0x80U) argument
43 #define I3C_CCC_DISEC(broadcast) ((broadcast) ? 0x01U : 0x81U) argument
51 #define I3C_CCC_ENTAS(as, broadcast) (((broadcast) ? 0x02U : 0x82U) + (as)) argument
58 #define I3C_CCC_ENTAS0(broadcast) I3C_CCC_ENTAS(0, broadcast) argument
65 #define I3C_CCC_ENTAS1(broadcast) I3C_CCC_ENTAS(1, broadcast) argument
72 #define I3C_CCC_ENTAS2(broadcast) I3C_CCC_ENTAS(2, broadcast) argument
79 #define I3C_CCC_ENTAS3(broadcast) I3C_CCC_ENTAS(3, broadcast) argument
95 #define I3C_CCC_SETMWL(broadcast) ((broadcast) ? 0x09U : 0x89U) argument
102 #define I3C_CCC_SETMRL(broadcast) ((broadcast) ? 0x0AU : 0x8AU) argument
115 #define I3C_CCC_ENDXFER(broadcast) ((broadcast) ? 0x12U : 0x92U) argument
[all …]
/Zephyr-latest/samples/bluetooth/pbp_public_broadcast_source/
DKconfig7 bool "Use static broadcast ID"
10 Enabling this option will make the application use static broadcast ID, as opposed to a
14 hex "The static broadcast ID to use"
18 This is the 3-octet broadcast ID advertised if static broadcast IDs are enabled.
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/
DKconfig42 string "The broadcast code (if any) to use for encrypted broadcast"
45 Setting a non-empty string for this option will encrypt the broadcast using this
46 string as the broadcast code. The length of the string shall be between 1 and 16 octets.
49 bool "Use static broadcast ID"
52 Enabling this option will make the application use static broadcast ID, as opposed to a
56 hex "The static broadcast ID to use"
60 This is the 3-octet broadcast ID advertised if static broadcast IDs are enabled.
/Zephyr-latest/samples/bluetooth/bap_broadcast_assistant/
DREADME.rst14 It will then search for a broadcast source and (if found) add the broadcast ID to
36 The application will act as a broadcast assistant with optionally preconfigured
37 filtering of broadcast sink and broadcast source names. By default, the application will
38 search for and connect to the first broadcast audio sink found (advertising PACS and
39 BASS UUIDs) and then search for and select the first broadcast audio source found
40 (advertising a broadcast ID).
48 ``CONFIG_SELECT_SOURCE_NAME``: Substring of BT name or broadcast name of the source.
DKconfig10 Name of broadcast source device to select. This will be used as a
11 substring matched against both BT device name and broadcast name.
12 If empty, the first broadcast source found will be chosen.
19 Name of broadcast sink device to select. This will be used as a
21 If empty, the first broadcast sink found will be chosen.
/Zephyr-latest/samples/bluetooth/cap_initiator/
DKconfig24 bool "Whether or not to search for CAP acceptors for broadcast audio"
34 bool "Use static broadcast ID"
37 Enabling this option will make the application use static broadcast ID, as opposed to a
41 hex "The static broadcast ID to use"
45 This is the 3-octet broadcast ID advertised if static broadcast IDs are enabled.
DREADME.rst5 Connect to CAP Acceptors and setup unicast audio streaming or broadcast audio streams.
12 audio streams, sets up a broadcast audio stream, or both.
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dbap_broadcast_assistant.rst30 bap_broadcast_assistant - Bluetooth BAP broadcast assistant client shell
39 add_broadcast_id : Add a source by broadcast ID <broadcast_id> <sync_pa>
45 broadcast_code : Send a string-based broadcast code of up to 16 bytes
46 <src_id> <broadcast code>
98 Found BAP broadcast source with address 1E:4D:0A:AA:6E:49 (random) and ID 0x05BD38
120 Supplying a broadcast code:
126 Sending broadcast code:
128 uart:~$ BASS broadcast code successful
Dbap.rst28 [bcode <broadcast code> || bcode_str <broadcast code
30 stop_broadcast_sink : Stops broadcast sink
47 preset : <sink, source, broadcast> [preset]
152 Create and establish a broadcast source stream:
160 Stop and release a broadcast source stream:
171 Scan for and establish a broadcast sink stream.
173 sync (if exist) or start scanning and sync to the periodic advertising with the provided broadcast
183 PA synced to broadcast with broadcast ID 0xEF6716
222 Scan for and establish a broadcast sink stream by broadcast name
226 advertising with the provided broadcast name before syncing to the BIG.
[all …]
Dcap.rst77 The CAP initiator also supports broadcast audio as a source.
191 When doing broadcast
194 To start a broadcast as the CAP initiator there are a few steps to be done:
197 2. Create and configure a broadcast source
200 The following commands will setup a CAP broadcast source using the 16_2_1 preset (defined by BAP):
209 bap preset broadcast 16_2_1
216 The broadcast source is created by the :code:`cap_initiator ac_12`, :code:`cap_initiator ac_13`,
217 and :code:`cap_initiator ac_14` commands, configuring the broadcast source for the defined audio
218 configurations from BAP. The broadcast source can then be stopped with
221 The metadata of the broadcast source can be updated at any time, including when it is already
[all …]
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Diso.rst19 create-big :Create a BIG as a broadcaster [enc <broadcast code>]
20 broadcast :Broadcast on ISO channels
22 [enc <broadcast code>]
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.bap136 This option sets the maximum number of subgroups per broadcast source
144 This option sets the number of broadcast sources to support.
145 One broadcast source can send multiple streams
146 (up to BT_BAP_BROADCAST_SRC_STREAM_COUNT per broadcast source).
155 This option sets the maximum number of streams per broadcast source
177 This option sets the maximum number of subgroups per broadcast sink
185 This option sets the number of broadcast sinks to support.
186 One broadcast sink can receive multiple streams
187 (up to BT_BAP_BROADCAST_SNK_STREAM_COUNT per broadcast sink).
196 This option sets the maximum number of streams per broadcast sink
[all …]
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_frame.c452 bool broadcast = !dst->addr; in ieee802154_compute_header_and_authtag_len() local
458 hdr_len += broadcast ? IEEE802154_SHORT_ADDR_LENGTH : dst->len; in ieee802154_compute_header_and_authtag_len()
467 if (broadcast) { in ieee802154_compute_header_and_authtag_len()
540 bool *broadcast) in get_dst_addr_mode() argument
544 *broadcast = true; in get_dst_addr_mode()
550 *broadcast = (short_addr == IEEE802154_BROADCAST_ADDRESS); in get_dst_addr_mode()
553 *broadcast = false; in get_dst_addr_mode()
566 bool broadcast; in data_addr_to_fs_settings() local
568 fs->fc.dst_addr_mode = get_dst_addr_mode(dst, &broadcast); in data_addr_to_fs_settings()
572 if (broadcast) { in data_addr_to_fs_settings()
[all …]
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/tests_scripts/
Dbroadcast_iso_vs_dp.sh18 -v=${verbosity_level} -s=${simulation_id} -d=1 -testid=broadcast
Dbroadcast_iso.sh19 -v=${verbosity_level} -s=${simulation_id} -d=1 -testid=broadcast
Dbroadcast_iso_scan_aux_use_chains.sh19 -v=${verbosity_level} -s=${simulation_id} -d=1 -testid=broadcast
Dbroadcast_iso_ticker_expire_info.sh19 -v=${verbosity_level} -s=${simulation_id} -d=1 -testid=broadcast
Dbroadcast_iso_ll_interface.sh18 -v=${verbosity_level} -s=${simulation_id} -RealEncryption=1 -d=1 -testid=broadcast
/Zephyr-latest/samples/bluetooth/cap_acceptor/
DKconfig47 Name of target broadcast device. If not empty string, sink device
48 will only listen to the specified broadcast source. Not case sensitive.
/Zephyr-latest/kernel/
Dcondvar.c84 SYS_PORT_TRACING_OBJ_FUNC_ENTER(k_condvar, broadcast, condvar); in z_impl_k_condvar_broadcast()
94 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_condvar, broadcast, condvar, woken); in z_impl_k_condvar_broadcast()
/Zephyr-latest/samples/net/mqtt_sn_publisher/
DKconfig22 int "Port of the MQTT-SN broadcast"
/Zephyr-latest/subsys/net/l2/ethernet/
Deth_stats.h106 stats->broadcast.rx++; in eth_stats_update_broadcast_rx()
124 stats->broadcast.tx++; in eth_stats_update_broadcast_tx()
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/
DREADME.rst20 (:kconfig:option:`CONFIG_BT_DEVICE_NAME`) of a broadcast source to listen to. With default value
21 (empty string), sink device will listen to all available broadcast sources.
DKconfig35 Name of target broadcast device. If not empty string, sink device
36 will only listen to the specified broadcast source. Not case sensitive.
/Zephyr-latest/samples/bluetooth/eddystone/
DREADME.rst13 broadcast power levels, and the advertising intervals. It also forms part of

123