/Zephyr-latest/boards/shields/mikroe_ble_tiny_click/ |
D | mikroe_ble_tiny_click.overlay | 9 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/ |
D | renesas_us159_da14531evz.overlay | 9 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/ |
D | test.overlay | 3 zephyr,bt-hci = &bt_hci_test; 7 compatible = "zephyr,bt-hci-test";
|
/Zephyr-latest/tests/bluetooth/hci_uart_async/ |
D | test.overlay | 3 zephyr,bt-hci = &bt_hci_test; 7 compatible = "zephyr,bt-hci-test";
|
/Zephyr-latest/tests/bluetooth/hci_prop_evt/ |
D | test.overlay | 3 zephyr,bt-hci = &bt_hci_test; 7 compatible = "zephyr,bt-hci-test";
|
/Zephyr-latest/tests/bluetooth/bluetooth/ |
D | test.overlay | 3 zephyr,bt-hci = &bt_hci_test; 7 compatible = "zephyr,bt-hci-test";
|
/Zephyr-latest/tests/bluetooth/init/ |
D | h5.overlay | 3 zephyr,bt-hci = &bt_hci_3wire_uart; 13 compatible = "zephyr,bt-hci-3wire-uart";
|
/Zephyr-latest/boards/shields/x_nucleo_wb05kn1/ |
D | x_nucleo_wb05kn1_uart.overlay | 9 zephyr,bt-hci = &bt_hci_uart; 17 compatible = "zephyr,bt-hci-uart";
|
D | x_nucleo_wb05kn1_spi.overlay | 9 zephyr,bt-hci = &hci_spi; 17 compatible = "st,hci-spi-v2";
|
/Zephyr-latest/boards/shields/frdm_kw41z/ |
D | frdm_kw41z.overlay | 9 zephyr,bt-hci = &bt_hci_uart; 18 compatible = "zephyr,bt-hci-uart";
|
/Zephyr-latest/tests/bluetooth/shell/boards/ |
D | mimxrt1060_evk_mimxrt1062_qspi.overlay | 9 zephyr,bt-hci = &bt_hci_uart; 19 compatible = "zephyr,bt-hci-uart";
|
/Zephyr-latest/boards/shields/x_nucleo_idb05a1/ |
D | x_nucleo_idb05a1.overlay | 9 zephyr,bt-hci = &spbtle_rf_x_nucleo_idb05a1; 17 compatible = "st,hci-spi-v1";
|
/Zephyr-latest/boards/infineon/cy8cproto_062_4343w/ |
D | cy8cproto_062_4343w.dts | 28 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/ |
D | compile.sh | 14 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/ |
D | x_nucleo_bnrg2a1.overlay | 9 zephyr,bt-hci = &hci_spi; 17 compatible = "st,hci-spi-v2";
|
/Zephyr-latest/samples/bluetooth/hci_spi/boards/ |
D | nrf51dk_nrf51822.overlay | 26 bt-hci@0 { 27 compatible = "zephyr,bt-hci-spi-slave";
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_user_ext/ |
D | CMakeLists.txt | 14 ${ZEPHYR_BASE}/subsys/bluetooth/hci/nordic 19 ${ZEPHYR_BASE}/bluetooth/hci/openisa
|
/Zephyr-latest/boards/nxp/mimxrt1170_evk/ |
D | mimxrt1170_evk_mimxrt1176_cm7_B.overlay | 13 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/ |
D | CMakeLists.txt | 33 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/ |
D | CMakeLists.txt | 27 ${ZEPHYR_BASE}/subsys/bluetooth/hci/nordic 32 ${ZEPHYR_BASE}/bluetooth/hci/openisa
|
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_rx/ |
D | CMakeLists.txt | 27 ${ZEPHYR_BASE}/subsys/bluetooth/hci/nordic 32 ${ZEPHYR_BASE}/bluetooth/hci/openisa
|
/Zephyr-latest/tests/bluetooth/df/connection_cte_req/ |
D | CMakeLists.txt | 28 ${ZEPHYR_BASE}/subsys/bluetooth/hci/nordic 33 ${ZEPHYR_BASE}/bluetooth/hci/openisa
|
/Zephyr-latest/tests/bluetooth/df/connection_cte_tx_params/ |
D | CMakeLists.txt | 28 ${ZEPHYR_BASE}/subsys/bluetooth/hci/nordic 33 ${ZEPHYR_BASE}/bluetooth/hci/openisa
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | hci_esp32.c | 190 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()
|
D | hci_ifx_cyw208xx.c | 227 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()
|