summaryrefslogtreecommitdiffstats
path: root/btif
Commit message (Expand)AuthorAgeFilesLines
* Always check if reconfig is needed prior to starting anMattias Agren2012-07-1414-49/+181
* added bt pan profilezzy2012-07-147-11/+1234
* Added handling of AV HAL init if bluetooth not yet enabledMattias Agren2012-07-1410-465/+543
* Handle cancel bond for both legacy and ssp pairingRavi Nagarajan2012-07-141-5/+29
* 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
* 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
* Added changes for parsing bt_did.conf fileSreenidhi T2012-07-141-0/+6
* Resolve HFP PTS issues related to 3way calling. Following were the changesRavi Nagarajan2012-07-141-4/+7
* 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-141-9/+2
* Added support to ensure that BT_DISCOVERY_STARTED andKausik Sinnaswamy2012-07-141-6/+17
* To improve enable/disable stability, ensure that GKI buffer pool getsKausik Sinnaswamy2012-07-141-4/+5
* 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-145-55/+242
* 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-1411-0/+3013
* Check-in Mouse pairing fixes.Harish Paryani2012-07-146-279/+349
* AV rate correction for inaccurate GKI timersHarish Paryani2012-07-143-33/+180
* added new btif_hl (HDP profile) moduleSen-Der Huang2012-07-144-3/+4885
* Consolidated patchset forKausik Sinnaswamy2012-07-141-3/+2
* HID-Host:Fixed white space issue and power management issuePriti Aghera2012-07-149-26/+2169
* If no sevices are found on the remote device or SDP failed, services info in ...Ravi Nagarajan2012-07-141-0/+2
* 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-1424-1208/+2086
* Add support for Voice Recognition. Stack will verify that the peer supports V...Ravi Nagarajan2012-07-141-12/+26
* Handle scenarios where call is incoming/outgoing/connected/waiting when a hea...Ravi Nagarajan2012-07-141-7/+46
* 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-144-14/+1178
* Revise on/off control process to address bdroid crashes seen in BT on/off str...jechao2012-07-141-44/+59
* 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-1414-9/+4816
* PTS fixes: Add quotes for number in CLIP, remove index 4 from CHLD, re-define...Ravi Nagarajan2012-07-142-6/+9
* Disconnect before UnpairHarish Paryani2012-07-142-20/+10
* Fix the BRSF to advertise 3way call support and disable ECCRavi Nagarajan2012-07-141-2/+2
* During stack enable, always set the adapter to SCAN_MODE_NONEKausik Sinnaswamy2012-07-141-2/+8
* Fix the CHLD handling, stack sends the string argument, convert to int before...Ravi Nagarajan2012-07-141-1/+2
* HFP 3-way call handling fixes: On call end, reset callheld as well. callsetup...Ravi Nagarajan2012-07-141-2/+13
* Dynamic enable/disable profiles using the profile's init/cleanup APIsKausik Sinnaswamy2012-07-145-18/+192
* Merged the Passkey request callback and the passkey reply APIs into the SSP A...Kausik Sinnaswamy2012-07-143-41/+43