summaryrefslogtreecommitdiffstats
path: root/stack/btm
Commit message (Collapse)AuthorAgeFilesLines
* Move default COD macro BTA_DM_COD to bt_target.hKausik Sinnaswamy2012-09-211-0/+5
| | | | | | | | | 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
* Initual Bluetooth open source releaseAndre Eisenbach2012-09-1814-785/+953
| | | | | | | | 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-1813-615/+615
| | | | | | | | This reverts commit cc914cffd521b2e6e1be804c82aea2388b843ebf More changes in the original CL after my cherry-pick. Change-Id: Ic144dba96aeb8a60611baac7565c9f628ab8f9eb
* Header file and whitespace cleanupsAndre Eisenbach2012-09-1813-615/+615
| | | | | | | Also fixed file permission to remove executable bit from source files. Change-Id: I6954c2d16190bc35b1b0d38386543253696b1112
* Remove hardcoded trace level settings in stack modules.YK Jeffrey Chao2012-08-241-2/+0
| | | | | | | | | | | | | BTM, BTU, and BTA modules were preset with hardcoded trace level (BT_TRACE_LEVEL_DEBUG) during early development days. Since the trace levels have been made configurable in /etc/bluetooth/bt_stack.conf at run-time, removing those hardcoded settings. So, the compile-time default trace level BT_TRACE_LEVEL_WARNING (set in bt_trace.h) will be used if the bt_stack.conf is missing, or if the TraceConf=false is given in the bt_stack.conf. Change-Id: I76d905adbfda3c40f714398da86ebec90a1a8a40
* Add support for per device bluetooth configuration.Wink Saville2012-08-161-2/+2
| | | | | | | | 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
* Fix for app not getting timeout notification while SSP pairingSwaminatha Balaji2012-07-141-0/+19
| | | | Change-Id: I9137c1313e9e132d71f61ff571af683f8ca6728b
* Resolve JustWorks related pairing issuesRavi Nagarajan2012-07-141-0/+2
| | | | | | | 1. Per the spec, if both sides are using "No Bonding" for auth requirements, then the key could be considered a session key. Updated the pairing logic to handle this 2. If incoming JustWorks pairing is initiated, prompt the user for consent if the peer's io capabilities reflects DisplayOnly or NoInputNoOutput Change-Id: If592c96203e7a4b25af3d87056d534131b606e58
* Assign proper fail reasons to status parameter while sending Auth Complete ↵Ganesh Ganapathi Batta2012-07-141-1/+1
| | | | | | event when Authentication fails Change-Id: I0102762b8bfa06b8d99227c431be881269c14961
* Handle cancel bond for both legacy and ssp pairingRavi Nagarajan2012-07-141-1/+4
| | | | Change-Id: I788b170b47fb4ec1febe60444960e10df4a3f419
* Added support to ensure that BT_DISCOVERY_STARTED andKausik Sinnaswamy2012-07-143-5/+35
| | | | | | | BT_DISCOVERY_STOPPED signals are sent only after receiving the status/complete event from HCI for the start_inquiry/cancel_inquiry APIs Change-Id: I14da272b3e0596c2062ce617e9dccb788cc80425
* HID-Host:Fixed white space issue and power management issuePriti Aghera2012-07-141-1/+1
| | | | | | | Included more code to support mouse connectiona and reconnection Signed-off-by: Priti Aghera <paghera@broadcom.com> Change-Id: I1e20997e85eda5919f20a069131e580bcbb0ca63
* AV control and data path addedKausik Sinnaswamy2012-07-141-1/+1
| | | | Change-Id: I88ec6084c140fa257154a98e23e075900e84cc8c
* Initial Bluedroid stack commitAndre Eisenbach2012-07-1414-0/+23461