Searched refs:cmd_hdr (Results 1 – 4 of 4) sorted by relevance
171 struct bt_hci_cmd_hdr *cmd_hdr; in bt_tx_thread() member174 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()
209 struct bt_hci_cmd_hdr *cmd_hdr; in hci_pkt_get_len() local211 hdr_len = sizeof(*cmd_hdr); in hci_pkt_get_len()212 cmd_hdr = (struct bt_hci_cmd_hdr *)data; in hci_pkt_get_len()213 len = cmd_hdr->param_len + hdr_len; in hci_pkt_get_len()
281 struct bt_hci_cmd_hdr *cmd_hdr; in hci_pkt_get_len() local283 hdr_len = sizeof(*cmd_hdr); in hci_pkt_get_len()284 cmd_hdr = (struct bt_hci_cmd_hdr *)data; in hci_pkt_get_len()285 len = cmd_hdr->param_len + hdr_len; in hci_pkt_get_len()
886 * bluetooth: hci_spi: Fixed cmd_hdr and acl_hdr usage.1209 * :github:`27266` - samples: bluetooth: hci_spi: Invalid cmd_hdr and acl_hdr usage