diff options
author | Mattias Agren <magren@broadcom.com> | 2012-04-25 12:12:11 +0200 |
---|---|---|
committer | Matthew Xie <mattx@google.com> | 2012-07-14 11:19:18 -0700 |
commit | bc5b4b2e7c7d923a861039d3ca5d9a7492a5f328 (patch) | |
tree | f09e3cc18cc5c7e128d47a8cd034e81c14bc9154 /stack/include | |
parent | 8100af272c43a887d28663dd64c02c97e9da4a74 (diff) | |
download | external_bluetooth_bluedroid-bc5b4b2e7c7d923a861039d3ca5d9a7492a5f328.zip external_bluetooth_bluedroid-bc5b4b2e7c7d923a861039d3ca5d9a7492a5f328.tar.gz external_bluetooth_bluedroid-bc5b4b2e7c7d923a861039d3ca5d9a7492a5f328.tar.bz2 |
Enabled acl link priority control to ensure robust a2dp streaming
during inquiry scanning etc
Change-Id: Iadcd9242dac707a6db857bc9f2ab89e59499764b
Diffstat (limited to 'stack/include')
-rw-r--r-- | stack/include/hcidefs.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/stack/include/hcidefs.h b/stack/include/hcidefs.h index f70f100..c2ee429 100644 --- a/stack/include/hcidefs.h +++ b/stack/include/hcidefs.h @@ -996,6 +996,12 @@ typedef struct #define HCIT_LM_DIAG_LENGTH 63 +/* Parameter information for HCI_BRCM_SET_ACL_PRIORITY */ +#define HCI_BRCM_ACL_PRIORITY_PARAM_SIZE 3 +#define HCI_BRCM_ACL_PRIORITY_LOW 0x00 +#define HCI_BRCM_ACL_PRIORITY_HIGH 0xFF +#define HCI_BRCM_SET_ACL_PRIORITY (0x0057 | HCI_GRP_VENDOR_SPECIFIC) + /* Define values for LMP Test Control parameters ** Test Scenario, Hopping Mode, Power Control Mode */ |