summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Resolved bluetooth on/off issue due to incorrect sequencing of chip power off...Mattias Agren2012-07-141-1/+1
* By default, keep BTSnoop logging disabled. This causes delays during BTKausik Sinnaswamy2012-07-144-4/+4
* Handle the scenario to cancel discovery when inquiry has completed butKausik Sinnaswamy2012-07-141-1/+29
* Fix for first time pairing fails on bdroid phonesPriti Aghera2012-07-141-11/+14
* Enable HID Host on WingrayAndre Eisenbach2012-07-141-2/+1
* Move build configuration files to output directoryAndre Eisenbach2012-07-148-32/+62
* On Cancel discovery, do not send BT_DISCOVERY_STOPPED onKausik Sinnaswamy2012-07-141-1/+0
* Patch for null remote device name and inconsistent bond statePriti Aghera2012-07-141-0/+39
* Remove auto-generated header fileAndre Eisenbach2012-07-141-14/+0
* Added changes for parsing bt_did.conf fileSreenidhi T2012-07-144-0/+344
* Resolve HFP PTS issues related to 3way calling. Following were the changesRavi Nagarajan2012-07-142-5/+8
* Patch for GetBondedDevicesPriti Aghera2012-07-142-2/+82
* Fix for getBondedDevices() - reverted back the callbackPriti Aghera2012-07-141-7/+0
* HID-PTS:Support for Hid Pts testsPriti Aghera2012-07-145-33/+57
* Added support to ensure that BT_DISCOVERY_STARTED andKausik Sinnaswamy2012-07-146-13/+62
* Fix the SCO routing for crespo. Should use PCM, and clock rate is 128 kBps (0)Ravi Nagarajan2012-07-142-4/+5
* To improve enable/disable stability, ensure that GKI buffer pool getsKausik Sinnaswamy2012-07-142-8/+6
* Auto-accept JustWorks pairing - both incoming & outgoing. Prompting user for ...Ravi Nagarajan2012-07-141-8/+3
* Fix for GetBondedDevices APIPriti Aghera2012-07-141-0/+10
* HID-HOST:Fixed MAX_LINE_LENGTHPriti Aghera2012-07-146-56/+243
* Added crespo4g configuration filesAndre Eisenbach2012-07-147-1/+293
* Added API support to start SDP and get device remote servicesfredc2012-07-143-1/+22
* Fixed UUID lookup for reserved profile SCN'sfredc2012-07-141-25/+26
* Fix discoverability timeout issues. (a) implement timeout logic (b) persist '...Srikanth Uppala2012-07-143-2/+9
* added code to cleanup sockets and workaround when bluetooth process does not ...zzy2012-07-144-2/+20
* patch to add init code for socket interfacezzy2012-07-141-1/+5
* Fix a memory access crashMatthew Xie2012-07-141-0/+1
* Check in for - new rfc multi accept codeHarish Paryani2012-07-1429-222/+9195
* Check-in Mouse pairing fixes.Harish Paryani2012-07-149-284/+351
* AV rate correction for inaccurate GKI timersHarish Paryani2012-07-146-54/+202
* added new btif_hl (HDP profile) moduleSen-Der Huang2012-07-149-11/+4895
* Consolidated patchset forKausik Sinnaswamy2012-07-1440-708/+1818
* HID-Host:Fixed white space issue and power management issuePriti Aghera2012-07-1417-1558/+3715
* If no sevices are found on the remote device or SDP failed, services info in ...Ravi Nagarajan2012-07-141-0/+2
* Before disconnecting, take the link out of sniff and set the L2C idle timer t...Ravi Nagarajan2012-07-141-0/+6
* Added the check for incoming pairing consent for JustWorks.Sreenidhi T2012-07-141-3/+7
* Enabled stack AVDTP feature bit that prevents the stack fromKausik Sinnaswamy2012-07-141-1/+4
* Added new control and data path interface between audioflinger a2dp HALMattias Agren2012-07-1439-1643/+3636
* Fix BT turn-on failure seen in preload process where firmware patch download ...YK Jeffrey Chao2012-07-141-5/+17
* Add support for Voice Recognition. Stack will verify that the peer supports V...Ravi Nagarajan2012-07-142-18/+28
* Handle scenarios where call is incoming/outgoing/connected/waiting when a hea...Ravi Nagarajan2012-07-142-7/+51
* Disabled the 1-sec timer during BT disable that was slowing the BT-offKausik Sinnaswamy2012-07-141-2/+3
* Notify the app of SLC connection, clear phone states on disconnect and rfcomm...Ravi Nagarajan2012-07-142-15/+19
* Added support to handle AVRCP 1.0 and incoming A2DP connectionsKausik Sinnaswamy2012-07-149-42/+1237
* Revise on/off control process to address bdroid crashes seen in BT on/off str...jechao2012-07-144-86/+195
* Add type to the CCWA caller id stringRavi Nagarajan2012-07-141-2/+6
* Added new state BT_BOND_STATE_BONDING. Stack will send a callback for all thr...Ravi Nagarajan2012-07-141-18/+45
* AV control and data path addedKausik Sinnaswamy2012-07-1464-183/+10640
* PTS fixes: Add quotes for number in CLIP, remove index 4 from CHLD, re-define...Ravi Nagarajan2012-07-143-6/+18
* Disconnect before UnpairHarish Paryani2012-07-147-45/+87