Home
last modified time | relevance | path

Searched defs:ath_vendor_cmd (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/bluetooth/
H A Dhci_ath.c43 struct ath_vendor_cmd { struct
44 __u8 opcode;
45 __le16 index;
46 __u8 len;
47 __u8 data[251];
147 static int ath_vendor_cmd(struct hci_dev *hdev, uint8_t opcode, uint16_t index, in ath_vendor_cmd() function