Home
last modified time | relevance | path

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

12345678910

/Zephyr-latest/drivers/bluetooth/hci/
Dhci_silabs_siwx91x.c25 struct hci_data *hci = dev->data; in siwx91x_bt_open() local
30 hci->recv = recv; in siwx91x_bt_open()
37 struct hci_data *hci = dev->data; in siwx91x_bt_send() local
53 if ((packet_type != BT_HCI_H4_NONE) && (buf->len < sizeof(hci->rsi_data_packet.data))) { in siwx91x_bt_send()
55 memcpy(&hci->rsi_data_packet, buf->data, buf->len); in siwx91x_bt_send()
56 sc = rsi_bt_driver_send_cmd(RSI_BLE_REQ_HCI_RAW, &hci->rsi_data_packet, NULL); in siwx91x_bt_send()
72 struct hci_data *hci = dev->data; in siwx91x_bt_resp_rcvd() local
103 hci->recv(dev, buf); in siwx91x_bt_resp_rcvd()
/Zephyr-latest/tests/bluetooth/classic/sdp_c/pytest/
Dconftest.py23 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
Dtest_sdp.py25 from bumble.hci import Address, HCI_Write_Page_Timeout_Command
886 hci, iut_address = sdp_client_dut
887 asyncio.run(sdp_ssa_discover_no_record(hci, shell, dut, iut_address))
892 hci, iut_address = sdp_client_dut
893 asyncio.run(sdp_ssa_discover_one_record(hci, shell, dut, iut_address))
898 hci, iut_address = sdp_client_dut
899 asyncio.run(sdp_ssa_discover_two_records(hci, shell, dut, iut_address))
906 hci, iut_address = sdp_client_dut
907 asyncio.run(sdp_ssa_discover_multiple_records(hci, shell, dut, iut_address))
912 hci, iut_address = sdp_client_dut
[all …]
/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/bluetooth/
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/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/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";
Dmimxrt1060_evk_mimxrt1062_qspi_C.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_rx/
DCMakeLists.txt27 ${ZEPHYR_BASE}/subsys/bluetooth/hci/nordic
32 ${ZEPHYR_BASE}/bluetooth/hci/openisa
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_tx/
DCMakeLists.txt27 ${ZEPHYR_BASE}/subsys/bluetooth/hci/nordic
32 ${ZEPHYR_BASE}/bluetooth/hci/openisa

12345678910