Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/bluetooth/
Dhci_ath.c57 struct ath_vendor_cmd { struct
58 __u8 opcode;
59 __le16 index;
60 __u8 len;
61 __u8 data[251];
158 static int ath_vendor_cmd(struct hci_dev *hdev, uint8_t opcode, uint16_t index, in ath_vendor_cmd() function