Home
last modified time | relevance | path

Searched refs:hci (Results 1 – 25 of 228) sorted by relevance

12345678910

/Zephyr-latest/boards/shields/mikroe_ble_tiny_click/
Dmikroe_ble_tiny_click.overlay9 zephyr,bt-hci = &bt_hci_uart;
17 compatible = "zephyr,bt-hci-uart";
21 compatible = "renesas,bt-hci-da1453x";
/Zephyr-latest/boards/shields/renesas_us159_da14531evz/
Drenesas_us159_da14531evz.overlay9 zephyr,bt-hci = &bt_hci_uart;
17 compatible = "zephyr,bt-hci-uart";
21 compatible = "renesas,bt-hci-da1453x";
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/
Dtest.overlay3 zephyr,bt-hci = &bt_hci_test;
7 compatible = "zephyr,bt-hci-test";
/Zephyr-latest/tests/bluetooth/hci_uart_async/
Dtest.overlay3 zephyr,bt-hci = &bt_hci_test;
7 compatible = "zephyr,bt-hci-test";
/Zephyr-latest/tests/bluetooth/hci_prop_evt/
Dtest.overlay3 zephyr,bt-hci = &bt_hci_test;
7 compatible = "zephyr,bt-hci-test";
/Zephyr-latest/tests/bluetooth/bluetooth/
Dtest.overlay3 zephyr,bt-hci = &bt_hci_test;
7 compatible = "zephyr,bt-hci-test";
/Zephyr-latest/tests/bluetooth/init/
Dh5.overlay3 zephyr,bt-hci = &bt_hci_3wire_uart;
13 compatible = "zephyr,bt-hci-3wire-uart";
/Zephyr-latest/boards/shields/x_nucleo_wb05kn1/
Dx_nucleo_wb05kn1_uart.overlay9 zephyr,bt-hci = &bt_hci_uart;
17 compatible = "zephyr,bt-hci-uart";
Dx_nucleo_wb05kn1_spi.overlay9 zephyr,bt-hci = &hci_spi;
17 compatible = "st,hci-spi-v2";
/Zephyr-latest/boards/shields/frdm_kw41z/
Dfrdm_kw41z.overlay9 zephyr,bt-hci = &bt_hci_uart;
18 compatible = "zephyr,bt-hci-uart";
/Zephyr-latest/tests/bluetooth/shell/boards/
Dmimxrt1060_evk_mimxrt1062_qspi.overlay9 zephyr,bt-hci = &bt_hci_uart;
19 compatible = "zephyr,bt-hci-uart";
/Zephyr-latest/boards/shields/x_nucleo_idb05a1/
Dx_nucleo_idb05a1.overlay9 zephyr,bt-hci = &spbtle_rf_x_nucleo_idb05a1;
17 compatible = "st,hci-spi-v1";
/Zephyr-latest/boards/infineon/cy8cproto_062_4343w/
Dcy8cproto_062_4343w.dts28 zephyr,bt-hci = &bt_hci_uart;
62 compatible = "zephyr,bt-hci-uart";
66 compatible = "infineon,cyw43xxx-bt-hci";
70 * and HCI operation (hci-operation-speed).
71 * If hci-operation-speed or fw-download-speed are not defined in
72 * bt-hci{...} node, cyw43xx driver will use bus/current-speed as
/Zephyr-latest/tests/bsim/bluetooth/hci_uart/
Dcompile.sh14 cmake_extra_args=-DEXTRA_DTC_OVERLAY_FILE=hci-uart.overlay compile
16 cmake_extra_args=-DEXTRA_DTC_OVERLAY_FILE=hci-uart.overlay compile
/Zephyr-latest/boards/shields/x_nucleo_bnrg2a1/
Dx_nucleo_bnrg2a1.overlay9 zephyr,bt-hci = &hci_spi;
17 compatible = "st,hci-spi-v2";
/Zephyr-latest/samples/bluetooth/hci_spi/boards/
Dnrf51dk_nrf51822.overlay26 bt-hci@0 {
27 compatible = "zephyr,bt-hci-spi-slave";
/Zephyr-latest/tests/bluetooth/controller/ctrl_user_ext/
DCMakeLists.txt14 ${ZEPHYR_BASE}/subsys/bluetooth/hci/nordic
19 ${ZEPHYR_BASE}/bluetooth/hci/openisa
/Zephyr-latest/boards/nxp/mimxrt1170_evk/
Dmimxrt1170_evk_mimxrt1176_cm7_B.overlay13 zephyr,bt-hci = &bt_hci_uart;
86 compatible = "zephyr,bt-hci-uart";
89 compatible = "nxp,bt-hci-uart";
92 hci-operation-speed = <3000000>;
/Zephyr-latest/subsys/bluetooth/controller/
DCMakeLists.txt33 hci/hci_driver.c
34 hci/hci.c
198 ll_sw/nordic/hci
204 ll_sw/openisa/hci
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_tx/
DCMakeLists.txt27 ${ZEPHYR_BASE}/subsys/bluetooth/hci/nordic
32 ${ZEPHYR_BASE}/bluetooth/hci/openisa
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_rx/
DCMakeLists.txt27 ${ZEPHYR_BASE}/subsys/bluetooth/hci/nordic
32 ${ZEPHYR_BASE}/bluetooth/hci/openisa
/Zephyr-latest/tests/bluetooth/df/connection_cte_req/
DCMakeLists.txt28 ${ZEPHYR_BASE}/subsys/bluetooth/hci/nordic
33 ${ZEPHYR_BASE}/bluetooth/hci/openisa
/Zephyr-latest/tests/bluetooth/df/connection_cte_tx_params/
DCMakeLists.txt28 ${ZEPHYR_BASE}/subsys/bluetooth/hci/nordic
33 ${ZEPHYR_BASE}/bluetooth/hci/openisa
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_esp32.c190 struct bt_esp32_data *hci = dev->data; in hci_esp_host_rcv_pkt() local
221 hci->recv(dev, buf); in hci_esp_host_rcv_pkt()
333 struct bt_esp32_data *hci = dev->data; in bt_esp32_open() local
341 hci->recv = recv; in bt_esp32_open()
350 struct bt_esp32_data *hci = dev->data; in bt_esp32_close() local
358 hci->recv = NULL; in bt_esp32_close()
Dhci_ifx_cyw208xx.c227 struct cyw208xx_data *hci = dev->data; in cyw208xx_open() local
229 hci->recv = recv; in cyw208xx_open()
245 struct cyw208xx_data *hci = dev->data; in cyw208xx_close() local
253 hci->recv = NULL; in cyw208xx_close()
360 struct cyw208xx_data *hci = dev->data; in wiced_bt_process_hci() local
407 hci->recv(dev, buf); in wiced_bt_process_hci()

12345678910