Home
last modified time | relevance | path

Searched full:h4 (Results 1 – 25 of 32) sorted by relevance

12

/Zephyr-latest/drivers/bluetooth/hci/
Dh4.c1 /* h4.c - H:4 UART based Bluetooth driver */
76 struct h4_data *h4 = dev->data; in h4_get_type() local
79 if (uart_fifo_read(cfg->uart, &h4->rx.type, 1) != 1) { in h4_get_type()
81 h4->rx.type = BT_HCI_H4_NONE; in h4_get_type()
85 switch (h4->rx.type) { in h4_get_type()
87 h4->rx.remaining = sizeof(h4->rx.evt); in h4_get_type()
88 h4->rx.hdr_len = h4->rx.remaining; in h4_get_type()
91 h4->rx.remaining = sizeof(h4->rx.acl); in h4_get_type()
92 h4->rx.hdr_len = h4->rx.remaining; in h4_get_type()
96 h4->rx.remaining = sizeof(h4->rx.iso); in h4_get_type()
[all …]
Dhci_da1453x.c19 int bt_hci_transport_setup(const struct device *h4) in bt_hci_transport_setup() argument
53 while (h4 && uart_fifo_read(h4, &c, 1)) { in bt_hci_transport_setup()
DCMakeLists.txt31 zephyr_library_sources_ifdef(CONFIG_BT_H4 h4.c)
Dh4_ifx_cyw43xxx.c30 "hw_flow_control must be enabled for HCI H4 UART");
Duserchan.c98 * @brief Decode the length of an HCI H4 packet and check it's complete
/Zephyr-latest/samples/net/sockets/http_server/src/static_web_resources/
Dindex.html11 <h4>LED Control</h4>
16 <h4>Uptime Counter</h4>
20 <h4>Network Statistics</h4>
/Zephyr-latest/boards/nordic/nrf9160dk/
Dnrf52840_reset.c21 int bt_hci_transport_setup(const struct device *h4) in bt_hci_transport_setup() argument
40 * the H4 device is setup and ready to receive. in bt_hci_transport_setup()
55 while (h4 && uart_fifo_read(h4, &c, 1)) { in bt_hci_transport_setup()
/Zephyr-latest/tests/bluetooth/hci_uart_async/src/
Dtest_hci_uart_async.c140 0x01, /* H4: opcode = CMD */
141 0x01, 0x00, /* H4: CMD: opcode = 1 */
142 0x00, /* H4: CMD: len = 0 */
150 0x01, /* H4: opcode = CMD */
151 0x35, 0x0c, /* H4: CMD: opcode = BT_HCI_OP_HOST_NUM_COMPLETED_PACKETS */
152 0x05, /* H4: CMD: len = 5 */
153 0x01, /* H4: CMD: num_handles = 1 */
154 0x00, 0x00, /* H4: CMD: connection_handle = 0 */
155 0x01, 0x00, /* H4: CMD: num_complete = 1 */
/Zephyr-latest/subsys/usb/device/class/
DKconfig.bt12 bool "USB Bluetooth H4 vendor command"
Dbluetooth.c140 /* Force to sent over bulk if H4 is selected */ in hci_tx_thread()
/Zephyr-latest/samples/bluetooth/hci_uart_async/
Dsample.yaml7 It demonstrates a possible implementation of an HCI UART (H4)
DREADME.rst143 On the host application, some config options need to be used to select the H4
/Zephyr-latest/samples/bluetooth/hci_uart_async/src/
Dhci_uart_async.c102 LOG_ERR("Unexpected h4 type: %u", h4_type); in hci_hdr_size()
194 * 'synchronized'. I.e. The stream should be at a H4 packet in h2c_h4_transport()
213 /* Read H4 type. */ in h2c_h4_transport()
358 uint8_t h4; member
362 .h4 = BT_HCI_H4_EVT,
/Zephyr-latest/tests/lib/mpsc_pbuf/src/
Dconcurrent.c231 ztress_handler h4) in stress_test() argument
256 if (h4 == NULL) { in stress_test()
268 ZTRESS_THREAD(h4, &mpsc_buffer, 0, preempt_max, t) in stress_test()
/Zephyr-latest/dts/bindings/bluetooth/
Dinfineon,cyw43xxx-bt-hci.yaml21 /* HW Flow control must be enabled for HCI H4 */
/Zephyr-latest/doc/_extensions/zephyr/domain/static/js/
Dcodesample-livesearch.js96 ":scope > h2, :scope > h3, :scope > h4, :scope > h5, :scope > h6"
/Zephyr-latest/subsys/usb/device/
DKconfig86 # TODO: Add BUF reserve in H4 mode and ISO?
/Zephyr-latest/boards/infineon/cy8cproto_062_4343w/
Dcy8cproto_062_4343w.dts58 /* HW Flow control must be enabled for HCI H4 */
/Zephyr-latest/samples/bluetooth/hci_uart/src/
Dmain.c376 const uint8_t h4; in main() member
380 .h4 = H4_EVT, in main()
/Zephyr-latest/samples/bluetooth/hci_uart/
DREADME.rst175 On the host application, some config options need to be used to select the H4
/Zephyr-latest/subsys/bluetooth/host/
Dhci_raw.c152 LOG_ERR("Unknown H4 type %u", h4_type); in bt_buf_get_tx()
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-dev.rst157 the H4 driver instead of the integrated controller in another simulated device.
Dbluetooth-tools.rst250 This TCP server must support the HCI H4 protocol. In comparison to the physical controller
/Zephyr-latest/include/zephyr/drivers/
Dbluetooth.h208 * @note A weak version of this function is included in the H4 driver, so
/Zephyr-latest/doc/_static/css/
Dcustom.css20 h4, selector
38 h4, selector
580 .rst-content section > h4,
598 .rst-content section > h4 {

12