Home
last modified time | relevance | path

Searched refs:bt_buf_get_evt (Results 1 – 24 of 24) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dhci_common.c17 buf = bt_buf_get_evt(evt, false, K_FOREVER); in bt_hci_evt_create()
Dbuf.c138 struct net_buf *bt_buf_get_evt(uint8_t evt, bool discardable, in bt_buf_get_evt() function
Dhci_raw.c187 struct net_buf *bt_buf_get_evt(uint8_t evt, bool discardable, k_timeout_t timeout) in bt_buf_get_evt() function
Dhci_ecc.c82 buf = bt_buf_get_evt(BT_HCI_EVT_CMD_STATUS, false, K_FOREVER); in send_cmd_status()
/Zephyr-latest/include/zephyr/bluetooth/
Dbuf.h189 struct net_buf *bt_buf_get_evt(uint8_t evt, bool discardable, k_timeout_t timeout);
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_driver.c311 buf = bt_buf_get_evt(BT_HCI_EVT_DISCONN_COMPLETE, false, in process_prio_evt()
369 buf = bt_buf_get_evt(BT_HCI_EVT_NUM_COMPLETED_PACKETS, in prio_recv_thread()
446 buf = bt_buf_get_evt(BT_HCI_EVT_UNKNOWN, true, in encode_node()
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_ifx_psoc6_bless.c116 buf = bt_buf_get_evt(hci_rx->data[0], 0, K_NO_WAIT); in psoc6_bless_events_handler()
Dhci_silabs_efr32.c88 buf = bt_buf_get_evt(event_code, false, K_FOREVER); in hci_common_transport_transmit()
Dhci_esp32.c79 buf = bt_buf_get_evt(hdr.evt, discardable, K_NO_WAIT); in bt_esp_evt_recv()
Dhci_ifx_cyw208xx.c366 buf = bt_buf_get_evt(data[0], 0, K_NO_WAIT); in wiced_bt_process_hci()
Dhci_ambiq.c228 buf = bt_buf_get_evt(hdr.evt, discardable, K_NO_WAIT); in bt_hci_evt_recv()
Duserchan.c82 return bt_buf_get_evt(buf[1], discardable, timeout); in get_rx()
Dhci_nxp.c259 buf = bt_buf_get_evt(evt_hdr, discardable_evt, (discardable_evt ? K_NO_WAIT : K_FOREVER)); in bt_evt_recv()
Dipc.c94 buf = bt_buf_get_evt(hdr.evt, discardable, discardable ? K_NO_WAIT : K_SECONDS(10)); in bt_ipc_evt_recv()
Dspi.c206 buf = bt_buf_get_evt(msg[EVT_HEADER_EVENT], in bt_spi_rx_buf_construct()
Dhci_stm32wba.c124 buf = bt_buf_get_evt(hdr.evt, discardable, discardable ? K_NO_WAIT : K_SECONDS(3)); in treat_evt()
Dhci_da1469x.c185 return bt_buf_get_evt(rx.evt.evt, rx.discardable, timeout); in get_rx()
Dhci_stm32wb0.c318 buf = bt_buf_get_evt(msg[EVT_HEADER_EVENT], discardable, timeout); in get_rx()
Dipm_stm32wb.c203 buf = bt_buf_get_evt( in bt_ipm_rx_thread()
Dhci_spi_st.c439 buf = bt_buf_get_evt(msg[EVT_HEADER_EVENT], in bt_spi_rx_buf_construct()
Dh4.c209 return bt_buf_get_evt(h4->rx.evt.evt, h4->rx.discardable, timeout); in get_rx()
Dh5.c424 return bt_buf_get_evt(evt, false, K_NO_WAIT); in get_evt_buf()
/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/
Dmain.c62 *buf = bt_buf_get_evt(BT_HCI_EVT_CMD_COMPLETE, false, K_FOREVER); in cmd_complete()
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/
Dmain.c91 *buf = bt_buf_get_evt(BT_HCI_EVT_CMD_COMPLETE, false, K_FOREVER); in cmd_complete()