Searched refs:hci_command_header (Results 1 – 4 of 4) sorted by relevance
21 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()
92 struct hci_command_header* header = nb_get_whole_buffer(nbuf);93 return header->clen + sizeof(struct hci_command_header);
32 fHeader = (struct hci_command_header*) fBuffer; in BluetoothCommand()64 struct hci_command_header* fHeader;
13 struct hci_command_header { struct