Home
last modified time | relevance | path

Searched refs:bt_hci_evt_hdr (Results 1 – 25 of 29) sorted by relevance

12

/Zephyr-latest/drivers/bluetooth/hci/
Dhci_stm32wb0.c125 struct bt_hci_evt_hdr *evt_header = (struct bt_hci_evt_hdr *)(buffer_out + 1); in check_legacy_extended_call()
180 struct bt_hci_evt_hdr *evt_header = (struct bt_hci_evt_hdr *)(buffer_out + 1); in process_command()
324 len = sizeof(struct bt_hci_evt_hdr) + msg[EVT_HEADER_SIZE]; in get_rx()
Dhci_esp32.c41 uint8_t subevt_type = evt_data[sizeof(struct bt_hci_evt_hdr)]; in is_hci_event_discardable()
58 struct bt_hci_evt_hdr hdr; in bt_esp_evt_recv()
Dhci_ambiq.c156 uint8_t subevt_type = evt_data[sizeof(struct bt_hci_evt_hdr)]; in hci_event_filter()
199 struct bt_hci_evt_hdr hdr = {0}; in bt_hci_evt_recv()
Duserchan.c150 const struct bt_hci_evt_hdr *evt = (const struct bt_hci_evt_hdr *)hdr; in hci_packet_complete()
Dipc.c44 uint8_t subevt_type = evt_data[sizeof(struct bt_hci_evt_hdr)]; in is_hci_event_discardable()
72 struct bt_hci_evt_hdr hdr; in bt_ipc_evt_recv()
Dhci_spi_st.c414 struct bt_hci_evt_hdr *evt2 = (struct bt_hci_evt_hdr *) (msg + 1); in bt_spi_rx_buf_construct()
447 len = sizeof(struct bt_hci_evt_hdr) + msg[EVT_HEADER_SIZE]; in bt_spi_rx_buf_construct()
Dhci_stm32wba.c85 uint8_t subevt_type = evt_data[sizeof(struct bt_hci_evt_hdr)]; in is_hci_event_discardable()
102 struct bt_hci_evt_hdr hdr; in treat_evt()
Dhci_da1469x.c57 struct bt_hci_evt_hdr evt;
138 struct bt_hci_evt_hdr *hdr = &rx.evt; in get_evt_hdr()
Dh4.c50 struct bt_hci_evt_hdr evt;
156 struct bt_hci_evt_hdr *hdr = &h4->rx.evt; in get_evt_hdr()
Dhci_nxp.c215 uint8_t subevt_type = evt_data[sizeof(struct bt_hci_evt_hdr)]; in is_hci_event_discardable()
Dspi.c214 len = sizeof(struct bt_hci_evt_hdr) + msg[EVT_HEADER_SIZE]; in bt_spi_rx_buf_construct()
/Zephyr-latest/subsys/bluetooth/host/
Dhci_common.c14 struct bt_hci_evt_hdr *hdr; in bt_hci_evt_create()
Dhci_ecc.c77 struct bt_hci_evt_hdr *hdr; in send_cmd_status()
148 struct bt_hci_evt_hdr *hdr; in emulate_le_p256_public_key_cmd()
188 struct bt_hci_evt_hdr *hdr; in emulate_le_generate_dhkey()
/Zephyr-latest/samples/bluetooth/hci_spi/src/
Dmain.c286 struct bt_hci_evt_hdr *evt_hdr; in main()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c84 struct bt_hci_evt_hdr *hdr; in handle_cmd_complete()
151 struct bt_hci_evt_hdr *hdr; in handle_ncp()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c83 struct bt_hci_evt_hdr *hdr; in handle_cmd_complete()
155 struct bt_hci_evt_hdr *hdr; in handle_ncp()
/Zephyr-latest/samples/bluetooth/hci_uart_async/src/
Dhci_uart_async.c359 struct bt_hci_evt_hdr hdr;
/Zephyr-latest/samples/bluetooth/hci_uart/src/
Dmain.c377 const struct bt_hci_evt_hdr hdr; in main()
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c87 struct bt_hci_evt_hdr *hdr; in handle_cmd_complete()
159 struct bt_hci_evt_hdr *hdr; in handle_ncp()
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c91 struct bt_hci_evt_hdr *hdr; in handle_cmd_complete()
163 struct bt_hci_evt_hdr *hdr; in handle_ncp()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c75 struct bt_hci_evt_hdr *hdr; in handle_cmd_complete()
147 struct bt_hci_evt_hdr *hdr; in handle_ncp()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/
Dtester.c77 struct bt_hci_evt_hdr *hdr; in handle_cmd_complete()
159 struct bt_hci_evt_hdr *hdr; in handle_ncp()
/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/
Dmain.c50 struct bt_hci_evt_hdr *hdr; in evt_create()
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/
Dmain.c59 struct bt_hci_evt_hdr *hdr; in evt_create()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_driver.c134 struct bt_hci_evt_hdr *hdr = (void *)buf->data; in bt_recv_prio()

12