commit | 13df5000d39a1570a88daa44855ebe0b0f966b14 | [log] [tgz] |
---|---|---|
author | Loic Poulain <loic.poulain@linaro.org> | Thu Oct 19 14:29:10 2017 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Sun Oct 29 14:08:56 2017 +0100 |
tree | a5d6c827350b6a906919bcb93cc600fcb1a81490 | |
parent | f17d858ed0a48270db4368d8cf370e3839ee6f4f [diff] |
Bluetooth: hci_ath: Add ath_vendor_cmd helper Introduce ath_vendor_cmd function which can be used to configure 'tags' and patch the firmware. ATH vendor command has the following format: | OPCODE (u8) | INDEX (LE16) | DLEN (U8) | DATA (U8 * DLEN) | BD address configuration tag is at index 0x0001. Signed-off-by: Loic Poulain <loic.poulain@linaro.org> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>