Home
last modified time | relevance | path

Searched refs:hci_command_header (Results 1 – 4 of 4) sorted by relevance

/haiku/src/kits/bluetooth/
H A DCommandManager.cpp21 struct hci_command_header* header; in buildCommand()
23 header = (struct hci_command_header*) malloc(psize in buildCommand()
24 + sizeof(struct hci_command_header)); in buildCommand()
25 *outsize = psize + sizeof(struct hci_command_header); in buildCommand()
32 *param = ((uint8*)header) + sizeof(struct hci_command_header); in buildCommand()
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2util.cpp92 struct hci_command_header* header = nb_get_whole_buffer(nbuf);
93 return header->clen + sizeof(struct hci_command_header);
/haiku/headers/private/bluetooth/
H A DCommandManager.h32 fHeader = (struct hci_command_header*) fBuffer; in BluetoothCommand()
64 struct hci_command_header* fHeader;
/haiku/headers/os/bluetooth/HCI/
H A DbtHCI_command.h13 struct hci_command_header { struct