Home
last modified time | relevance | path

Searched full:hci (Results 1 – 25 of 798) sorted by relevance

12345678910>>...32

/Zephyr-4.1.0/tests/bsim/bluetooth/ll/edtt/tests_scripts/
Dhci.llcp.test_list4 HCI/CCO/BV-07-C
5 HCI/CCO/BV-09-C # [Handling LE Set Data Length Command]
6 HCI/CCO/BV-10-C
7 HCI/CCO/BV-11-C
8 HCI/CCO/BV-12-C
9 HCI/CCO/BV-13-C
10 HCI/CCO/BV-14-C
11 HCI/CCO/BV-15-C
12 HCI/CCO/BV-18-C
13 HCI/CFC/BV-02-C
[all …]
/Zephyr-4.1.0/dts/bindings/bluetooth/
Dzephyr,bt-hci-userchan.yaml1 description: Bluetooth HCI provided by a Linux HCI user channel socket
3 compatible: "zephyr,bt-hci-userchan"
5 include: bt-hci.yaml
8 bt-hci-name:
9 default: "HCI User Channel"
10 bt-hci-bus:
Dst,hci-stm32wb0.yaml1 description: Bluetooth HCI driver for ST STM32WB0 series
3 compatible: "st,hci-stm32wb0"
5 include: bt-hci.yaml
8 bt-hci-name:
9 default: "HCI over RAM"
10 bt-hci-bus:
12 bt-hci-quirks:
Dzephyr,bt-hci-ipc.yaml1 description: Bluetooth HCI using the IPC subsystem
3 compatible: "zephyr,bt-hci-ipc"
5 include: bt-hci.yaml
8 bt-hci-name:
10 bt-hci-bus:
12 bt-hci-quirks:
14 bt-hci-ipc-name:
Dbt-hci.yaml1 # Common fields for Bluetooth HCI devices
6 bt-hci-name:
8 description: Name of the HCI transport
9 bt-hci-bus:
26 bt-hci-quirks:
28 description: HCI device quirks
32 bt-hci-vs-ext:
34 description: Zephyr HCI vendor extensions are supported
Dinfineon,cyw43xxx-bt-hci.yaml16 /* HCI-UART pins*/
21 /* HW Flow control must be enabled for HCI H4 */
25 compatible = "zephyr,bt-hci-uart";
28 bt-hci {
30 compatible = "infineon,cyw43xxx-bt-hci";
41 NOTE2: Use fw-download-speed and hci-operation-speed properties to configure UART
42 speeds for firmware download (fw-download-speed) and HCI operation
43 (hci-operation-speed).
44 If hci-operation-speed or fw-download-speed are not defined in bt-hci node,
50 compatible: "infineon,cyw43xxx-bt-hci"
[all …]
Despressif,esp32-bt-hci.yaml1 description: Bluetooth HCI for Espressif ESP32
3 compatible: "espressif,esp32-bt-hci"
5 include: bt-hci.yaml
8 bt-hci-name:
10 bt-hci-bus:
12 bt-hci-quirks:
Dsilabs,bt-hci-efr32.yaml1 description: Bluetooth HCI on Silabs boards
3 compatible: "silabs,bt-hci-efr32"
5 include: bt-hci.yaml
8 bt-hci-name:
10 bt-hci-bus:
12 bt-hci-quirks:
Dzephyr,bt-hci-uart.yaml1 # UART Bluetooth HCI device
3 description: Bluetooth HCI behind a UART device (H:4)
5 compatible: "zephyr,bt-hci-uart"
7 include: bt-hci.yaml
10 bt-hci-name:
12 bt-hci-bus:
Dsilabs,siwx91x-bt-hci.yaml1 description: Bluetooth HCI on Silabs boards
3 compatible: "silabs,siwx91x-bt-hci"
5 include: bt-hci.yaml
8 bt-hci-name:
10 bt-hci-bus:
12 bt-hci-quirks:
Dzephyr,bt-hci-3wire-uart.yaml1 # UART Bluetooth HCI device
3 description: Bluetooth HCI behind a 3-Wire UART device (H:5)
5 compatible: "zephyr,bt-hci-3wire-uart"
7 include: bt-hci.yaml
10 bt-hci-name:
12 bt-hci-bus:
Dzephyr,bt-hci-ll-sw-split.yaml1 description: Bluetooth HCI provided by the native Zephyr Bluetooth Controller
3 compatible: "zephyr,bt-hci-ll-sw-split"
5 include: bt-hci.yaml
8 bt-hci-name:
10 bt-hci-bus:
12 bt-hci-quirks:
Dst,hci-stm32wba.yaml1 description: Bluetooth HCI driver for ST STM32WBA
3 compatible: "st,hci-stm32wba"
5 include: bt-hci.yaml
8 bt-hci-name:
10 bt-hci-bus:
Drenesas,bt-hci-da1469x.yaml1 description: Bluetooth HCI for Renesas DA1469x
3 compatible: "renesas,bt-hci-da1469x"
5 include: bt-hci.yaml
8 bt-hci-name:
10 bt-hci-bus:
Dnxp,hci-ble.yaml4 description: NXP BLE HCI information
6 compatible: "nxp,hci-ble"
8 include: bt-hci.yaml
11 bt-hci-name:
13 bt-hci-bus:
/Zephyr-4.1.0/drivers/bluetooth/hci/
DKconfig6 comment "Bluetooth HCI Driver Options"
29 Bluetooth three-wire (H:5) UART driver. Implementation of HCI
40 Bluetooth HCI driver for communication with another CPU
44 int "HCI IPC send retry count"
53 int "HCI IPC send retry delay (us)"
62 int "HCI IPC binding timeout value in milliseconds"
66 Timeout value that HCI will wait for an IPC endpoint to be bound,
74 HCI packets are sent and received as single Byte transfers,
90 Bluetooth HCI over SPI driver for communication with Bluetooth
99 Bluetooth HCI over SPI driver for communication with
[all …]
/Zephyr-4.1.0/subsys/bluetooth/common/
DKconfig16 Controller. This value does not include the HCI ACL header.
27 The Controller will return this value in the HCI LE Read Buffer
48 The Controller will return this value in the HCI LE Read Buffer Size
63 the Host. This value does not include the HCI ACL header.
121 int "Maximum supported HCI Event buffer length"
128 Maximum supported HCI event buffer size. This value does not include
129 the HCI Event header.
131 sizes that include HCI events. It should be set according to the
132 expected HCI events that can be generated from the configuration.
133 If the subset of possible HCI events is unknown, this should be set to
[all …]
/Zephyr-4.1.0/tests/bluetooth/hci_prop_evt/dts/bindings/
Dzephyr,bt-hci-test.yaml1 description: Bluetooth HCI for test purposes
3 compatible: "zephyr,bt-hci-test"
5 include: bt-hci.yaml
8 bt-hci-name:
10 bt-hci-bus:
12 bt-hci-quirks:
/Zephyr-4.1.0/tests/bluetooth/host_long_adv_recv/dts/bindings/
Dzephyr,bt-hci-test.yaml1 description: Bluetooth HCI for test purposes
3 compatible: "zephyr,bt-hci-test"
5 include: bt-hci.yaml
8 bt-hci-name:
10 bt-hci-bus:
12 bt-hci-quirks:
/Zephyr-4.1.0/tests/bluetooth/bluetooth/dts/bindings/
Dzephyr,bt-hci-test.yaml1 description: Bluetooth HCI for test purposes
3 compatible: "zephyr,bt-hci-test"
5 include: bt-hci.yaml
8 bt-hci-name:
10 bt-hci-bus:
/Zephyr-4.1.0/tests/bluetooth/hci_uart_async/dts/bindings/
Dzephyr,bt-hci-test.yaml1 description: Bluetooth HCI for test purposes
3 compatible: "zephyr,bt-hci-test"
5 include: bt-hci.yaml
8 bt-hci-name:
10 bt-hci-bus:
/Zephyr-4.1.0/subsys/usb/device_next/class/
DKconfig.bt5 bool "Bluetooth HCI USB Transport Layer"
9 Bluetooth HCI USB Transport Layer
17 Bluetooth HCI USB Transport Layer TX thread priority.
23 Bluetooth HCI USB Transport Layer TX thread stack size.
29 Bluetooth HCI USB Transport Layer RX thread priority.
32 module-str = usbd bt hci
/Zephyr-4.1.0/subsys/bluetooth/controller/
DKconfig.dtm15 bool "Direct Test Mode over HCI"
19 Enable support for Direct Test Mode over the HCI transport.
24 bool "HCI LE Receiver Test v3"
30 bool "HCI LE Transmitter Test v3"
36 bool "HCI LE Transmitter Test v4"
42 bool "Connectionless IQ report HCI event [EXPERIMENTAL]"
46 Enable generation of the HCI LE Connectionless IQ Report event
/Zephyr-4.1.0/tests/bluetooth/classic/sdp_c/pytest/
Dconftest.py16 parser.addoption('--hci-transport', default=None, help='Configuration HCI transport for bumble')
22 # Get HCI transport for bumble
23 hci = request.config.getoption('--hci-transport')
25 if hci is None:
28 hci = fixture.split(sep=':', maxsplit=1)[1]
31 assert hci is not None
50 return hci, bd_addr
/Zephyr-4.1.0/include/zephyr/drivers/
Dbluetooth.h2 * @brief Bluetooth HCI driver API.
12 * @brief Bluetooth HCI APIs
13 * @defgroup bt_hci_api Bluetooth HCI APIs
89 #define BT_DT_HCI_NAME_GET(node_id) DT_PROP_OR(node_id, bt_hci_name, "HCI")
109 * @brief Open the HCI transport.
111 * Opens the HCI transport for operation. This function must not
115 * @param dev HCI device
116 * @param recv This is callback through which the HCI driver provides the
131 * @brief Close the HCI transport.
133 * Closes the HCI transport. This function must not return until the
[all …]

12345678910>>...32