/Zephyr-latest/subsys/bluetooth/host/ |
D | hci_common.c | 17 buf = bt_buf_get_evt(evt, false, K_FOREVER); in bt_hci_evt_create()
|
D | buf.c | 138 struct net_buf *bt_buf_get_evt(uint8_t evt, bool discardable, in bt_buf_get_evt() function
|
D | hci_raw.c | 187 struct net_buf *bt_buf_get_evt(uint8_t evt, bool discardable, k_timeout_t timeout) in bt_buf_get_evt() function
|
D | hci_ecc.c | 82 buf = bt_buf_get_evt(BT_HCI_EVT_CMD_STATUS, false, K_FOREVER); in send_cmd_status()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | buf.h | 189 struct net_buf *bt_buf_get_evt(uint8_t evt, bool discardable, k_timeout_t timeout);
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci_driver.c | 311 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/ |
D | hci_ifx_psoc6_bless.c | 116 buf = bt_buf_get_evt(hci_rx->data[0], 0, K_NO_WAIT); in psoc6_bless_events_handler()
|
D | hci_silabs_efr32.c | 88 buf = bt_buf_get_evt(event_code, false, K_FOREVER); in hci_common_transport_transmit()
|
D | hci_esp32.c | 79 buf = bt_buf_get_evt(hdr.evt, discardable, K_NO_WAIT); in bt_esp_evt_recv()
|
D | hci_ifx_cyw208xx.c | 366 buf = bt_buf_get_evt(data[0], 0, K_NO_WAIT); in wiced_bt_process_hci()
|
D | hci_ambiq.c | 228 buf = bt_buf_get_evt(hdr.evt, discardable, K_NO_WAIT); in bt_hci_evt_recv()
|
D | userchan.c | 82 return bt_buf_get_evt(buf[1], discardable, timeout); in get_rx()
|
D | hci_nxp.c | 259 buf = bt_buf_get_evt(evt_hdr, discardable_evt, (discardable_evt ? K_NO_WAIT : K_FOREVER)); in bt_evt_recv()
|
D | ipc.c | 94 buf = bt_buf_get_evt(hdr.evt, discardable, discardable ? K_NO_WAIT : K_SECONDS(10)); in bt_ipc_evt_recv()
|
D | spi.c | 206 buf = bt_buf_get_evt(msg[EVT_HEADER_EVENT], in bt_spi_rx_buf_construct()
|
D | hci_stm32wba.c | 124 buf = bt_buf_get_evt(hdr.evt, discardable, discardable ? K_NO_WAIT : K_SECONDS(3)); in treat_evt()
|
D | hci_da1469x.c | 185 return bt_buf_get_evt(rx.evt.evt, rx.discardable, timeout); in get_rx()
|
D | hci_stm32wb0.c | 318 buf = bt_buf_get_evt(msg[EVT_HEADER_EVENT], discardable, timeout); in get_rx()
|
D | ipm_stm32wb.c | 203 buf = bt_buf_get_evt( in bt_ipm_rx_thread()
|
D | hci_spi_st.c | 439 buf = bt_buf_get_evt(msg[EVT_HEADER_EVENT], in bt_spi_rx_buf_construct()
|
D | h4.c | 209 return bt_buf_get_evt(h4->rx.evt.evt, h4->rx.discardable, timeout); in get_rx()
|
D | h5.c | 424 return bt_buf_get_evt(evt, false, K_NO_WAIT); in get_evt_buf()
|
/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/ |
D | main.c | 62 *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/ |
D | main.c | 91 *buf = bt_buf_get_evt(BT_HCI_EVT_CMD_COMPLETE, false, K_FOREVER); in cmd_complete()
|