summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Added a configurable BT disable timerKausik Sinnaswamy2012-09-211-0/+4
| | | | | | | | | This timer(BTA_DISABLE_DELAY) if set to a value greater than zero shall delay the chip/transport shutdown. The BTA_DISABLE_DELAY can be fine-tuned per platform. bug 7212447 Change-Id: Ib0346af42f6b596e9fbb281203058872bceffbd9
* Move default COD macro BTA_DM_COD to bt_target.hKausik Sinnaswamy2012-09-211-3/+10
| | | | | | | | | This can be over-ridden on the various platforms via the respective bdroid_buildcfg.h. Default value chosen is for MAJOR_PHONE and MINOR_SMARTPHONE. bug 7176584 Change-Id: Ie553e082273b63e871aad5cda9816b16345fd9e2
* Fixed OPP SDP records to indicate support for only vCard 2.1 and other type ↵Fred2012-09-191-1/+1
| | | | | | | | | of object This fix removes vNote and vCal from the OPP SDP record. Bug 7167658 Change-Id: I41c79e6a6e2c5b042dbf9f225265f4ad85ea3a87
* Initual Bluetooth open source releaseAndre Eisenbach2012-09-185-111/+154
| | | | | | | | First release under Apache source license with updated header files and whitespace cleanups. Also fixed file permission to remove executable bit from source files. Change-Id: I7155903edfc2f491c1cbbd0db108f207852caaa0
* Revert "Header file and whitespace cleanups"Matthew Xie2012-09-182-48/+48
| | | | | | | | This reverts commit cc914cffd521b2e6e1be804c82aea2388b843ebf More changes in the original CL after my cherry-pick. Change-Id: Ic144dba96aeb8a60611baac7565c9f628ab8f9eb
* Header file and whitespace cleanupsAndre Eisenbach2012-09-182-48/+48
| | | | | | | Also fixed file permission to remove executable bit from source files. Change-Id: I6954c2d16190bc35b1b0d38386543253696b1112
* Fix for overlapping bt_target & gki_target definesKausik Sinnaswamy2012-09-042-95/+11
| | | | | | | | A few GKI buffer macro definitions were overlapping between bt_target and gki_target. GKI buffer definitions should only be present in gki_target.h. Change-Id: I0930960efe114ad479a894785b3ecf3e94195caf
* Remove mako device configuration file. It's obsolete.Matthew Xie2012-08-231-171/+0
| | | | Change-Id: Id9df79ff6c0f5e6a981ecb9defd82e057c643bf5
* Add support for per device bluetooth configuration.Wink Saville2012-08-1616-2323/+480
| | | | | | | | 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
* Updated BTM_DEF_LOCAL_NAME to be "Nexus"Reena Lee2012-08-151-1/+1
| | | | Change-Id: Ic596804bf6a25e4f039860348298f296edc9cd8f
* choose generic one if there is no board specific configurationKeun young Park2012-08-011-0/+4
| | | | | | - fix PDK mini builds Change-Id: Ic5cd4975210f70d028938b1f306ea38de27191a4
* Add bdroid_mako.txtBrian Muramatsu2012-07-271-0/+171
| | | | | | This is a copy of broid_generic.txt for now. Change-Id: Ia48bdbde2e7c2ca45cd57927182253c75cfbb252
* Manta Change default Bluetooth device name from Nexus 7 to Nexus tabletMatthew Xie2012-07-271-1/+1
| | | | Change-Id: I95563503209c9166ef5998a02683d700ed8eef5f
* Fix for CR BLTH01539543Ganesh Ganapathi Batta2012-07-2614-28/+32
| | | | | | Define max L2CAP channels to be 16 and combine MAX_L2CAP_LINKS and MAX_BD_CONNECTION into one definition Change-Id: Ib5cb95f5829400b2182beb3c8409142a20b8fb95
* Fix build breakage: Revert "Fix for CR BLTH01539543"Ed Heyl2012-07-256-16/+12
| | | | This reverts commit 3ec3b30a9d39c24437f30b98539b542a24e6737d.
* Fix for CR BLTH01539543Ganesh Ganapathi Batta2012-07-256-12/+16
| | | | | | Define max L2CAP channels to be 16 and combine MAX_L2CAP_LINKS and MAX_BD_CONNECTION into one definition Change-Id: Ib5cb95f5829400b2182beb3c8409142a20b8fb95
* Work around for CR BLTH01373902Ganesh Ganapathi Batta2012-07-251-0/+1
| | | | | | While enabling BT, Do not toggle the chip power if the target is wingray. Change-Id: If044361d51354cfd3695d84895dada4342ef28c8
* configure avdtp signalling timeout to default value (4 secs)Mattias Agren2012-07-255-5/+0
| | | | | | | | | | | also added mutex protection for any a2dp control path signalling to ensure only one outstanding request at a time Change-Id: I06d95793a8632f6a8baec967a1d8440ecce8a65d Conflicts: audio_a2dp_hw/audio_a2dp_hw.c
* add a bdroid file for pandaJean-Baptiste Queru2012-07-191-0/+171
| | | | Change-Id: I211f65ed1dd47f252082dcc2bd00c34df9c89ee8
* Change name.Mike J. Chen2012-07-181-1/+1
| | | | | Change-Id: I538421eada5d2d9349d7824cf03b9ed33f21d1c0 Signed-off-by: Mike J. Chen <mjchen@google.com>
* add feature configuration for full_tunaMatthew Xie2012-07-181-0/+171
| | | | Change-Id: I3c98b9c3bf0092495f93df7a531b9e14590910df
* add feature configuration file for sdk_x86 buildMatthew Xie2012-07-181-0/+171
| | | | | It's the same as sdk feature configuration Change-Id: I2bed16daf99bf76fd018ad300e4ecd3f87722597
* Add feature definitions for phatansmMatthew Xie2012-07-171-0/+171
| | | | Change-Id: I33ae2c1ec34630e10ee9003a340b310e04b1dba5
* Add bluetooth feature defintion file to get SDK build to compileMatthew Xie2012-07-171-0/+171
| | | | | | Followed maguro build. Change-Id: I7e6d21e803b41811d6d8871239ea7939aaf9e886
* Add feature definitions for stingray and mantaMatthew Xie2012-07-172-0/+352
| | | | | | | Stingray follows wingray manta follows grouper, BT cannot be turned on on manta yet Change-Id: I195c0f7b82e9a31644229105e10e1f2273b06b97
* Remove unused feature defines.Matthew Xie2012-07-141-29/+2
| | | | | | | Remove unused feature defines to match up the code cleaning of wingray. Change-Id: I779da53f24d5024387fbfc7db12a7afb8f6699a3
* add config file for nakasiMatthew Xie2012-07-141-0/+203
|
* resubmit code-cleanup changes lost in gerrit mergeSrikanth Uppala2012-07-146-160/+5
| | | | Change-Id: Iebc520d9b10ef220a83a16ff55efa46b4c5a0d27
* Override the CIND response to match HFP 1.5Ravi Nagarajan2012-07-141-0/+5
| | | | Change-Id: Ic21c4ee8bfb278bb5859ad6b0f9f02f5a3104202
* Fix for HID keyboard key stuck issuePriti Aghera2012-07-145-2/+7
| | | | Change-Id: Icd1d3fc78722244f24ebc5a31bc5900a69704996
* Increase MAX_L2CAP_LINKS to 7(from current 4) and add definition to ↵Ganesh Ganapathi Batta2012-07-145-0/+5
| | | | | | Bdroid_<target>.txt file Change-Id: I1db3ef639846b743cc3841fa83ffe4c2379233d5
* disable pan nap for wingray and misc fixeszzy2012-07-141-0/+1
|
* Added support to disable HFP via compile time variable in bdroid_<target>.txtfredc2012-07-141-0/+4
| | | | Change-Id: If9b043e96a1eb66c8ca244787de8f8bcb52311bb
* Added OOB testSen-Der Huang2012-07-145-0/+5
| | | | Change-Id: I7a494866eec45724e03a145394e032eb0930fceb
* Increased the SDP DB size to 8K as there were devices whose number ofKausik Sinnaswamy2012-07-146-20/+12
| | | | | | UUID attributes exceeded the current limit of 4K Change-Id: I10dd833eb7ffcd42fb6ccb60318921296873be95
* added bt pan profilezzy2012-07-145-15/+15
|
* Enable HID Host on WingrayAndre Eisenbach2012-07-141-2/+1
| | | | Change-Id: Ifc94de4bdfbdc9f8a37826104b8d4f895c6ea2fa
* Move build configuration files to output directoryAndre Eisenbach2012-07-141-11/+10
| | | | | | | | | | | Build configuration files (buildcfg.h and vnd_buildcfg.h) are now automatically generated on demand in the intermediate output directories for each platform. In addition, buth buildcfg.h and vnd_buildcfg.h files are now generated using a common script. Change-Id: I3580701f32f1993750588d15bd529c6ee337031b
* Added crespo4g configuration filesAndre Eisenbach2012-07-141-0/+198
| | | | Change-Id: Ieb8df86f8a284f7a65eb3057d96003e72c32fb84
* Check-in Mouse pairing fixes.Harish Paryani2012-07-143-5/+2
| | | | Change-Id: I55d018d204a2fd20a934e1521457119fa118ceb6
* added new btif_hl (HDP profile) moduleSen-Der Huang2012-07-144-4/+4
| | | | Change-Id: Ie9b2b926c67f0b1b57b70d626050ec41d628b509
* Consolidated patchset forKausik Sinnaswamy2012-07-149-487/+806
| | | | | | | 1) Run-time configuration: configure stack and vendor at run-time using bt_stack.conf and bt_vendor.conf in /etc/bluetooth/ 2) Build-time configuration: Auto-generate buildcfg.h header file from the target config bdroid_$(TARGET_DEVICE).txt file Change-Id: Ieebb71081b7de404eab37f9ff4596d3dc94547a7
* HID-Host:Fixed white space issue and power management issuePriti Aghera2012-07-142-1525/+1533
| | | | | | | Included more code to support mouse connectiona and reconnection Signed-off-by: Priti Aghera <paghera@broadcom.com> Change-Id: I1e20997e85eda5919f20a069131e580bcbb0ca63
* Added support to handle AVRCP 1.0 and incoming A2DP connectionsKausik Sinnaswamy2012-07-142-2/+2
| | | | Change-Id: I7863920895aa9fd77eccee4083319701bcbf4300
* AV control and data path addedKausik Sinnaswamy2012-07-143-51/+46
| | | | Change-Id: I88ec6084c140fa257154a98e23e075900e84cc8c
* PTS fixes: Add quotes for number in CLIP, remove index 4 from CHLD, ↵Ravi Nagarajan2012-07-141-0/+9
| | | | | | re-define the call state values to match CLCC Change-Id: If8cfcca226fa0aea1cd65ebd852bb02316041f4b
* fix repeated define of BTA_FM_DEBUG to get stack compile for crespoMatthew Xie2012-07-141-1/+0
| | | | Change-Id: I98d346fa6d3e4a40cd68b70733e62712d02ba603
* Initial Bluedroid stack commitAndre Eisenbach2012-07-148-0/+9452