/Zephyr-latest/drivers/bluetooth/hci/ |
D | hci_silabs_siwx91x.c | 25 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/ |
D | conftest.py | 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
|
D | test_sdp.py | 25 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/ |
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/bluetooth/ |
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/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/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";
|
D | mimxrt1060_evk_mimxrt1062_qspi_C.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_rx/ |
D | CMakeLists.txt | 27 ${ZEPHYR_BASE}/subsys/bluetooth/hci/nordic 32 ${ZEPHYR_BASE}/bluetooth/hci/openisa
|
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_tx/ |
D | CMakeLists.txt | 27 ${ZEPHYR_BASE}/subsys/bluetooth/hci/nordic 32 ${ZEPHYR_BASE}/bluetooth/hci/openisa
|