Home
last modified time | relevance | path

Searched refs:h4 (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/drivers/bluetooth/hci/
Dh4.c76 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()
97 h4->rx.hdr_len = h4->rx.remaining; 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)
/Zephyr-latest/boards/nordic/nrf9160dk/
Dnrf52840_reset.c21 int bt_hci_transport_setup(const struct device *h4) in bt_hci_transport_setup() argument
55 while (h4 && uart_fifo_read(h4, &c, 1)) { in bt_hci_transport_setup()
/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/samples/bluetooth/hci_uart_async/src/
Dhci_uart_async.c358 uint8_t h4; member
362 .h4 = BT_HCI_H4_EVT,
/Zephyr-latest/samples/bluetooth/hci_uart/src/
Dmain.c376 const uint8_t h4; in main() member
380 .h4 = H4_EVT, in main()
/Zephyr-latest/doc/_static/css/
Dcustom.css20 h4, selector
38 h4, selector
580 .rst-content section > h4,
598 .rst-content section > h4 {
/Zephyr-latest/doc/_doxygen/
Ddoxygen-awesome.css320 h1, h2, h3, h4, h5 { selector
1066 h1.glow, h2.glow, h3.glow, h4.glow, h5.glow, h6.glow {
2454 h3 a.anchorlink svg, h4 a.anchorlink svg {
2463 h2:hover a.anchorlink, h1:hover a.anchorlink, h3:hover a.anchorlink, h4:hover a.anchorlink {
/Zephyr-latest/doc/releases/
Drelease-notes-1.7.rst329 * ``ZEP-1483`` - H:4 HCI driver (h4.c) should rely on UART flow control to avoid dropping packets
Drelease-notes-3.0.rst1223 …ithub:`39823` - [Coverity CID: 240681] Improper use of negative value in drivers/bluetooth/hci/h4.c
1232 …ithub:`39805` - [Coverity CID: 240703] Improper use of negative value in drivers/bluetooth/hci/h4.c
/Zephyr-latest/doc/contribute/documentation/
Dguidelines.rst66 * Third section heading level (h4) use ``-``