Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/hci_uart/src/
Dmain.c84 return ((const struct bt_hci_cmd_hdr *)hdr_buf)->param_len; in get_len()
101 return sizeof(struct bt_hci_cmd_hdr); in hdr_len()
118 static uint8_t hdr_buf[MAX(sizeof(struct bt_hci_cmd_hdr), in rx_isr()
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_stm32wb0.c160 uint8_t *buffer_in = buffer + sizeof(struct bt_hci_cmd_hdr); in process_command()
161 struct bt_hci_cmd_hdr *hdr = (struct bt_hci_cmd_hdr *)buffer; in process_command()
163 buffer_in_length -= sizeof(struct bt_hci_cmd_hdr); in process_command()
Duserchan.c117 const struct bt_hci_cmd_hdr *cmd = (const struct bt_hci_cmd_hdr *)hdr; in hci_packet_complete()
Dapollox_blue.c370 struct bt_hci_cmd_hdr hdr; in bt_apollo_set_nvds()
Dhci_spi_st.c332 struct bt_hci_cmd_hdr hdr; in bt_spi_send_aci_config()
/Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/src/
Dmain.c178 return ((const struct bt_hci_cmd_hdr *)hdr_buf)->param_len; in get_len()
199 return sizeof(struct bt_hci_cmd_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_spi/src/
Dmain.c171 struct bt_hci_cmd_hdr *cmd_hdr; in bt_tx_thread()
174 hci_hdr.cmd_hdr = (struct bt_hci_cmd_hdr *)&rxmsg[1]; in bt_tx_thread()
/Zephyr-latest/samples/bluetooth/hci_uart_async/src/
Dhci_uart_async.c80 return ((const struct bt_hci_cmd_hdr *)hdr_buf)->param_len; in hci_payload_size()
96 return sizeof(struct bt_hci_cmd_hdr); in hci_hdr_size()
/Zephyr-latest/subsys/bluetooth/host/
Dhci_ecc.c267 cmd = (void *)(buf->data + sizeof(struct bt_hci_cmd_hdr)); in clear_ecc_events()
351 struct bt_hci_cmd_hdr *chdr = (void *)buf->data; in bt_hci_ecc_send()
Dhci_raw.c245 struct bt_hci_cmd_hdr *hdr; in bt_send_ext()
Dhci_core.c311 struct bt_hci_cmd_hdr *hdr; in bt_hci_cmd_create()
/Zephyr-latest/subsys/usb/device/class/
Dbluetooth.c209 struct bt_hci_cmd_hdr *cmd_hdr; in hci_pkt_get_len()
212 cmd_hdr = (struct bt_hci_cmd_hdr *)data; in hci_pkt_get_len()
/Zephyr-latest/subsys/usb/device_next/class/
Dbt_hci.c281 struct bt_hci_cmd_hdr *cmd_hdr; in hci_pkt_get_len()
284 cmd_hdr = (struct bt_hci_cmd_hdr *)data; in hci_pkt_get_len()
/Zephyr-latest/samples/bluetooth/hci_ipc/src/
Dmain.c56 struct bt_hci_cmd_hdr *hdr = (void *)data; in hci_ipc_cmd_recv()
/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/
Dmain.c101 struct bt_hci_cmd_hdr *chdr; in cmd_handle()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c61 struct bt_hci_cmd_hdr *hdr; in bt_hci_cmd_create()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c60 struct bt_hci_cmd_hdr *hdr; in bt_hci_cmd_create()
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/
Dmain.c130 struct bt_hci_cmd_hdr *chdr; in cmd_handle()
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c64 struct bt_hci_cmd_hdr *hdr; in bt_hci_cmd_create()
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c68 struct bt_hci_cmd_hdr *hdr; in bt_hci_cmd_create()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c52 struct bt_hci_cmd_hdr *hdr; in bt_hci_cmd_create()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/
Dtester.c54 struct bt_hci_cmd_hdr *hdr; in bt_hci_cmd_create()
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/hci_test_app/src/
Dmain.c96 struct bt_hci_cmd_hdr *hdr; in hci_cmd_create()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h132 struct bt_hci_cmd_hdr { struct
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c5730 struct bt_hci_cmd_hdr *chdr;