Home
last modified time | relevance | path

Searched refs:hci_hdr (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/samples/bluetooth/hci_spi/src/
Dmain.c173 } hci_hdr; in bt_tx_thread() local
174 hci_hdr.cmd_hdr = (struct bt_hci_cmd_hdr *)&rxmsg[1]; in bt_tx_thread()
221 hci_hdr.cmd_hdr, in bt_tx_thread()
222 sizeof(*hci_hdr.cmd_hdr)); in bt_tx_thread()
225 hci_hdr.cmd_hdr->param_len); in bt_tx_thread()
233 hci_hdr.acl_hdr, in bt_tx_thread()
234 sizeof(*hci_hdr.acl_hdr)); in bt_tx_thread()
237 sys_le16_to_cpu(hci_hdr.acl_hdr->len)); in bt_tx_thread()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag_2/src/
Dbroadcaster.c250 struct bt_hci_iso_hdr *hci_hdr = (void *)buf->data; in validate_no_iso_frag() local
252 uint16_t handle = sys_le16_to_cpu(hci_hdr->handle); in validate_no_iso_frag()
263 struct bt_hci_iso_hdr *hci_hdr = (void *)buf->data; in __wrap_bt_send() local
266 uint16_t handle = sys_le16_to_cpu(hci_hdr->handle); in __wrap_bt_send()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag/src/
Dbroadcaster.c226 struct bt_hci_iso_hdr *hci_hdr = (void *)buf->data; in validate_no_iso_frag() local
228 uint16_t handle = sys_le16_to_cpu(hci_hdr->handle); in validate_no_iso_frag()