diff options
author | Wink Saville <wink@google.com> | 2012-08-16 13:17:55 -0700 |
---|---|---|
committer | Wink Saville <wink@google.com> | 2012-08-16 17:05:16 -0700 |
commit | 127248594c6b24235aa233237d5cd27cb584d6d8 (patch) | |
tree | 5676e8241cc2c798250e24990a9eaf2d438a7ff2 /stack/btm | |
parent | 815ccf47a118e907372223970cf44024e9689f43 (diff) | |
download | external_bluetooth_bluedroid-127248594c6b24235aa233237d5cd27cb584d6d8.zip external_bluetooth_bluedroid-127248594c6b24235aa233237d5cd27cb584d6d8.tar.gz external_bluetooth_bluedroid-127248594c6b24235aa233237d5cd27cb584d6d8.tar.bz2 |
Add support for per device bluetooth configuration.
Rather than using a text file and generating each buildcfg.h file
per device bdroid_buildcfg.h which supplies device specific values
and then bt_target.h will supply common values.
Change-Id: I12cb5408729c3e076562a292204f07a0c4b52628
Diffstat (limited to 'stack/btm')
-rw-r--r-- | stack/btm/btm_inq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stack/btm/btm_inq.c b/stack/btm/btm_inq.c index a67f723..2339150 100644 --- a/stack/btm/btm_inq.c +++ b/stack/btm/btm_inq.c @@ -116,8 +116,8 @@ const UINT16 BTM_EIR_UUID_LKUP_TBL[BTM_EIR_MAX_SERVICES] = }; #else /* -If customized UUID look-up table needs to be used, -the followings should be defined in buildcfg.h. +If customized UUID look-up table needs to be used, +the followings should be defined in bdroid_buildcfg.h. BTM_EIR_UUID_LKUP_TBL = <customized UUID list> BTM_EIR_MAX_SERVICES = <number of UUID in list> */ |