Home
last modified time | relevance | path

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

12

/Zephyr-latest/samples/bluetooth/hci_uart/src/
Dmain.c89 return sys_le16_to_cpu(((const struct bt_hci_acl_hdr *)hdr_buf)->len); in get_len()
105 return sizeof(struct bt_hci_acl_hdr); in hdr_len()
119 sizeof(struct bt_hci_acl_hdr))]; in rx_isr()
/Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/src/
Dmain.c187 return sys_le16_to_cpu(((const struct bt_hci_acl_hdr *)hdr_buf)->len); in get_len()
207 return sizeof(struct bt_hci_acl_hdr); in hdr_len()
245 static uint8_t hdr_buf[MAX(sizeof(struct bt_hci_cmd_hdr), sizeof(struct bt_hci_acl_hdr))]; in rx_isr()
/Zephyr-latest/samples/bluetooth/hci_uart_async/src/
Dhci_uart_async.c82 return sys_le16_to_cpu(((const struct bt_hci_acl_hdr *)hdr_buf)->len); in hci_payload_size()
98 return sizeof(struct bt_hci_acl_hdr); in hci_hdr_size()
/Zephyr-latest/drivers/bluetooth/hci/
Duserchan.c128 const struct bt_hci_acl_hdr *acl = (const struct bt_hci_acl_hdr *)hdr; in hci_packet_complete()
Dhci_da1469x.c58 struct bt_hci_acl_hdr acl;
115 struct bt_hci_acl_hdr *hdr = &rx.acl; in get_acl_hdr()
Dhci_esp32.c105 struct bt_hci_acl_hdr hdr; in bt_esp_acl_recv()
Dh4.c51 struct bt_hci_acl_hdr acl;
129 struct bt_hci_acl_hdr *hdr = &h4->rx.acl; in get_acl_hdr()
Dhci_ambiq.c254 struct bt_hci_acl_hdr hdr = {0}; in bt_hci_acl_recv()
Dipc.c120 struct bt_hci_acl_hdr hdr; in bt_ipc_acl_recv()
Dspi.c186 struct bt_hci_acl_hdr acl_hdr; in bt_spi_rx_buf_construct()
Dhci_stm32wba.c153 struct bt_hci_acl_hdr hdr; in treat_acl()
Dhci_stm32wb0.c333 struct bt_hci_acl_hdr acl_hdr; in get_rx()
Dipm_stm32wb.c174 struct bt_hci_acl_hdr acl_hdr; in bt_ipm_rx_thread()
Dhci_spi_st.c390 struct bt_hci_acl_hdr acl_hdr; in bt_spi_rx_buf_construct()
/Zephyr-latest/subsys/usb/device/class/
Dbluetooth.c217 struct bt_hci_acl_hdr *acl_hdr; in hci_pkt_get_len()
220 acl_hdr = (struct bt_hci_acl_hdr *)data; in hci_pkt_get_len()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c214 struct bt_hci_acl_hdr *hdr; in handle_acl()
454 reserve += sizeof(struct bt_hci_acl_hdr) + BT_BUF_RESERVE; in alloc_l2cap_pdu()
463 struct bt_hci_acl_hdr *hdr; in send_acl()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c238 struct bt_hci_acl_hdr *hdr; in handle_acl()
465 reserve += sizeof(struct bt_hci_acl_hdr) + BT_BUF_RESERVE; in alloc_l2cap_pdu()
474 struct bt_hci_acl_hdr *hdr; in send_acl()
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c260 struct bt_hci_acl_hdr *hdr; in handle_acl()
487 reserve += sizeof(struct bt_hci_acl_hdr) + BT_BUF_RESERVE; in alloc_l2cap_pdu()
496 struct bt_hci_acl_hdr *hdr; in send_acl()
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c284 struct bt_hci_acl_hdr *hdr; in handle_acl()
511 reserve += sizeof(struct bt_hci_acl_hdr) + BT_BUF_RESERVE; in alloc_l2cap_pdu()
520 struct bt_hci_acl_hdr *hdr; in send_acl()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c240 struct bt_hci_acl_hdr *hdr; in handle_acl()
468 reserve += sizeof(struct bt_hci_acl_hdr) + BT_BUF_RESERVE; in alloc_l2cap_pdu()
492 struct bt_hci_acl_hdr *hdr; in send_acl()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/
Dtester.c252 struct bt_hci_acl_hdr *hdr; in handle_acl()
497 reserve += sizeof(struct bt_hci_acl_hdr) + BT_BUF_RESERVE; in alloc_l2cap_pdu()
521 struct bt_hci_acl_hdr *hdr; in send_acl()
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/hci_test_app/src/
Dmain.c112 static struct net_buf *acl_data_create(struct bt_hci_acl_hdr *le_hdr) in acl_data_create()
115 struct bt_hci_acl_hdr *hdr; in acl_data_create()
544 struct bt_hci_acl_hdr hdr; in le_data_write()
/Zephyr-latest/samples/bluetooth/hci_spi/src/
Dmain.c172 struct bt_hci_acl_hdr *acl_hdr; in bt_tx_thread()
/Zephyr-latest/subsys/usb/device_next/class/
Dbt_hci.c289 struct bt_hci_acl_hdr *acl_hdr; in hci_pkt_get_len()
292 acl_hdr = (struct bt_hci_acl_hdr *)data; in hci_pkt_get_len()
/Zephyr-latest/samples/bluetooth/hci_ipc/src/
Dmain.c93 struct bt_hci_acl_hdr *hdr = (void *)data; in hci_ipc_acl_recv()

12