Home
last modified time | relevance | path

Searched +full:reject +full:- +full:broadcast (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/dts/bindings/ethernet/
Dxlnx,gem.yaml3 # SPDX-License-Identifier: Apache-2.0
10 include: ethernet-controller.yaml
19 clock-frequency:
27 which it will be adjusted at run-time. Therefore, the value of this
29 respective GEM's TX clock - by default, this is the IO PLL.
31 mdc-divider:
42 init-mdio-phy:
45 Activates the management of a PHY associated with the controller in-
46 stance. If this parameter is activated at the board level, the de-
47 fault values of the associated parameters mdio-phy-address, phy-poll-
[all …]
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig3 # Copyright (c) 2016-2017 Nordic Semiconductor ASA
4 # SPDX-License-Identifier: Apache-2.0
142 bool "Software-based BLE Link Layer"
171 compliant with FIPS PUB 140-2.
177 A Controller implementation could also provide custom bare-metal
194 FIPS-197 compliant cryptographic implementations. In this case the
203 User-defined string that will be returned by the Zephyr VS Read Build
246 controller. Number of required RX buffers would worst-case be
299 int "Number of SDU fragments that the ISO-AL can buffer"
305 ISO-AL per sink. Buffering is required to compute the size and status
[all …]
DKconfig.ll_sw_split3 # Copyright (c) 2016-2017 Nordic Semiconductor ASA
4 # SPDX-License-Identifier: Apache-2.0
120 # Hidden, Controller's Co-Operative high priority Rx thread stack size.
125 # Hidden, Controller's Co-Operative Rx thread stack size.
152 https://www.bluetooth.com/specifications/assigned-numbers/company-identifiers
168 Legacy Non-Directed Advertising mode.
180 zero-based numbering. When using with Zephyr host this option can be
233 module-str = "Bluetooth Controller ISO-AL"
237 bool "ISO-AL verbose debug logging"
241 Use this option to enable ISO-AL verbose debug logging.
[all …]
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dcap.rst9 The Acceptor will typically be a resource-constrained device, such as a headset, earbud or hearing
20 .. code-block:: console
23 cap_acceptor --help
24 cap_acceptor - Bluetooth CAP acceptor shell commands
27 [rank <int>] [not-lockable] [sirk <data>]
33 reject, oob>
39 ------------------
42 :code:`bt adv-data` or :code:`bt advertise` must be called again to set the new advertising data.
46 .. code-block:: console
52 ------------------------
[all …]
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dbap.h6 * Copyright (c) 2021-2024 Nordic Semiconductor ASA
8 * SPDX-License-Identifier: Apache-2.0
24 * The Basic Audio Profile (BAP) allows for both unicast and broadcast Audio Stream control.
50 /** An invalid Broadcast ID */
208 * broadcast ISO.
324 /** Waiting for SyncInfo from Broadcast Assistant */
333 /** No periodic advertising sync transfer receiver from Broadcast Assistant */
337 /** Broadcast Isochronous Group encryption state reported by the Scan Delegator */
339 /** The Broadcast Isochronous Group not encrypted */
342 /** The Broadcast Isochronous Group broadcast code requested */
[all …]
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dcap_acceptor_test.c2 * Copyright (c) 2022-2023 Nordic Semiconductor ASA
4 * SPDX-License-Identifier: Apache-2.0
45 * required to place the AUX_ADV_IND PDUs in a non-overlapping interval with the
46 * Broadcast ISO radio events.
98 printk("type %u len %u\n", data->type, data->data_len); in subgroup_data_func_cb()
100 if (!valid_metadata_type(data->type, data->data_len)) { in subgroup_data_func_cb()
104 if (data->type == BT_AUDIO_METADATA_TYPE_STREAM_CONTEXT) { in subgroup_data_func_cb()
105 if (data->data_len != 2) { /* Stream context size */ in subgroup_data_func_cb()
139 if (ret != 0 && ret != -ECANCELED) { in valid_subgroup_metadata_cb()
168 printk("Received BASE with %d subgroups from broadcast sink %p\n", ret, sink); in base_recv_cb()
[all …]
/Zephyr-latest/doc/connectivity/bluetooth/api/audio/
Dbluetooth-le-audio-arch.rst13 {{{ GATT | GAP } | Low-level protocols (L2CAP, ATT, etc.)} | GAP | ISO}
47 audio streams or broadcast (unconnected) audio streams.
169 HAS -> CAS;
170 PBS -> CAS;
171 TMAS -> CAS;
172 GMAS -> CAS;
174 CAS -> MCS;
175 CAS -> TBS;
176 CAS -> ASCS;
177 CAS -> PACS;
[all …]
/Zephyr-latest/include/zephyr/net/
Dwifi.h5 * SPDX-License-Identifier: Apache-2.0
10 * @brief IEEE 802.11 protocol and general Wi-Fi definitions.
14 * @brief Wi-Fi Management API.
15 * @defgroup wifi_mgmt Wi-Fi Management
45 /** WPA2-PSK security. */
47 /** WPA2-PSK-SHA256 security. */
49 /** WPA3-SAE security. */
51 /** WPA3-SAE security with hunting-and-pecking loop. */
53 /** WPA3-SAE security with hash-to-element. */
55 /** WPA3-SAE security with both hunting-and-pecking loop and hash-to-element enabled. */
[all …]
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dlll.h2 * Copyright (c) 2018-2021 Nordic Semiconductor ASA
4 * SPDX-License-Identifier: Apache-2.0
28 /* Timeout for Host to accept/reject cis create request */
29 /* See BTCore5.3, 4.E.6.7 - Default value 0x1f40 * 625us */
70 TICKER_ID_ADV_LAST = ((TICKER_ID_ADV_BASE) + (BT_CTLR_ADV_SET) - 1),
75 (CONFIG_BT_CTLR_ADV_AUX_SET) - 1),
79 (CONFIG_BT_CTLR_ADV_SYNC_SET) - 1),
83 (CONFIG_BT_CTLR_ADV_ISO_SET) - 1),
94 TICKER_ID_SCAN_LAST = ((TICKER_ID_SCAN_BASE) + (BT_CTLR_SCAN_SET) - 1),
101 (CONFIG_BT_CTLR_SCAN_AUX_SET) - 1),
[all …]
/Zephyr-latest/doc/releases/
Drelease-notes-3.3.rst14 * Introduced :ref:`USB-C <usbc_api>` device stack with PD (power delivery)
17 CMSIS-DSP as the default backend.
30 * CVE-2023-0359: Under embargo until 2023-04-20
32 * CVE-2023-0779: Under embargo until 2023-04-22
66 removed in favor of new :dtcompatible:`zephyr,flash-disk` devicetree binding.
71 * Starting from this release ``zephyr-`` prefixed tags won't be created
82 image states). Use of a truncated hash or non-sha256 hash will still work
88 registration function at boot-up. If applications register this then
93 application code, these will now automatically be registered at boot-up (this
129 This may cause out-of-tree scripts or commands to fail if they have relied
[all …]
Drelease-notes-3.2.rst13 * Added support for :ref:`bin-blobs` (also see :ref:`west-blobs`).
15 * Converted all supported boards from ``pinmux`` to :ref:`pinctrl-guide`.
31 * CVE-2022-2993: Under embargo until 2022-11-03
33 * CVE-2022-2741: Under embargo until 2022-10-14
56 This definition can be used by third-party code to compile code conditional
58 Therefore, any third-party code integrated using the Zephyr build system will
91 changed from ``-ENETDOWN`` to ``-ENETUNREACH``. A return value of ``-ENETDOWN`` now indicates
129 * Removed support for configuring the CAN-FD maximum DLC value via Kconfig
156 valid for specific bindings to specify like :dtcompatible:`gpio-leds` and
157 :dtcompatible:`fixed-partitions`.
[all …]
Drelease-notes-3.5.rst38 * CVE-2023-3725 `Zephyr project bug tracker GHSA-2g3m-p6c7-8rr3
39 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-2g3m-p6c7-8rr3>`_
41 * CVE-2023-4257 `Zephyr project bug tracker GHSA-853q-q69w-gf5j
42 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-853q-q69w-gf5j>`_
44 * CVE-2023-4258 `Zephyr project bug tracker GHSA-m34c-cp63-rwh7
45 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-m34c-cp63-rwh7>`_
47 * CVE-2023-4259 `Zephyr project bug tracker GHSA-gghm-c696-f4j4
48 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-gghm-c696-f4j4>`_
50 * CVE-2023-4260 `Zephyr project bug tracker GHSA-gj27-862r-55wh
51 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-gj27-862r-55wh>`_
[all …]
Drelease-notes-2.1.rst13 * Expanded support for ARMv6-M architecture.
50 hardware-based stack overflow detection) in ARMv6-M architecture
51 * Added QEMU support for ARMv6-M architecture
52 * Extended test coverage for ARM-specific kernel features in ARMv6-M
54 * Enhanced runtime MPU programming in ARMv8-M architecture, making
55 the full partitioning of kernel SRAM memory a user-configurable
57 * Added CMSIS support for Cortex-R architectures.
59 * Added missing Cortex-R CPU device tree bindings.
60 * Fixed incorrect Cortex-R device tree specification.
68 * RISC-V:
[all …]
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h6 * Copyright (c) 2015-2016 Intel Corporation
8 * SPDX-License-Identifier: Apache-2.0
38 /** No operations supported, e.g. for notify-only */
61 * If set, requires encryption using authenticated link-key for read
68 * If set, requires encryption using authenticated link-key for write
100 #define BT_GATT_ERR(_att_err) (-(_att_err))
377 * @retval false Reject the operation and prevent it from executing.
391 * @retval false Reject the operation and prevent it from executing.
400 * @brief Characteristic broadcast property.
495 * @brief Server Characteristic Configuration Broadcast
[all …]
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_mgmt.c5 * SPDX-License-Identifier: Apache-2.0
57 return "WPA2-PSK"; in wifi_security_txt()
59 return "WPA2-PSK-SHA256"; in wifi_security_txt()
61 return "WPA3-SAE-HNP"; in wifi_security_txt()
63 return "WPA3-SAE-H2E"; in wifi_security_txt()
65 return "WPA3-SAE-AUTO"; in wifi_security_txt()
69 return "EAP-TLS"; in wifi_security_txt()
73 return "WPA-PSK"; in wifi_security_txt()
79 return "EAP-PEAP-MSCHAPV2"; in wifi_security_txt()
81 return "EAP-PEAP-GTC"; in wifi_security_txt()
[all …]
/Zephyr-latest/subsys/bluetooth/host/
Diso.c5 * Copyright (c) 2021-2024 Nordic Semiconductor ASA
7 * SPDX-License-Identifier: Apache-2.0
51 #define iso_chan(_iso) ((_iso)->iso.chan);
100 struct bt_iso_chan *chan = iso->iso.chan; in bt_iso_sent_cb()
105 ops = chan->ops; in bt_iso_sent_cb()
107 if (!err && ops != NULL && ops->sent != NULL) { in bt_iso_sent_cb()
108 ops->sent(chan); in bt_iso_sent_cb()
122 if (buf->len < sizeof(*hdr)) { in hci_iso()
123 LOG_ERR("Invalid HCI ISO packet size (%u)", buf->len); in hci_iso()
129 len = bt_iso_hdr_len(sys_le16_to_cpu(hdr->len)); in hci_iso()
[all …]