summaryrefslogtreecommitdiffstats
path: root/btif
Commit message (Expand)AuthorAgeFilesLines
...
* Modified HID host to use kernel UHID driverPriti Aghera2012-08-172-110/+104
* Enhanced bluetooth HAL with DUT mode APIsKausik Sinnaswamy2012-08-134-5/+138
* Send auth fail for both auto & non-auto pair triesRavi Nagarajan2012-08-091-1/+2
* Fix issue with passing wrong str len to java layerGanesh Ganapathi Batta2012-08-092-3/+3
* Fix for updating correct COD value after pairingSyed Ibrahim M2012-07-251-20/+19
* Handle RC_Close while AV_Closing to cleanup uinputKausik Sinnaswamy2012-07-251-0/+5
* Fix for carkits that send PLAY without AVDTP STARTRavi Nagarajan2012-07-251-0/+7
* configure avdtp signalling timeout to default value (4 secs)Mattias Agren2012-07-2514-4/+4
* fix strncat overflow compiler errorMatthew Xie2012-07-141-1/+1
* make HAL_MODULE_INFO_SYM non constMatthew Xie2012-07-141-1/+1
* replace logx with alogxMatthew Xie2012-07-1417-77/+77
* Send SCO_AUDIO_CONNECTING on connect_audioKausik Sinnaswamy2012-07-142-0/+35
* resubmit code-cleanup changes lost in gerrit mergeSrikanth Uppala2012-07-145-156/+4
* Handle AG SLC setup timeoutRavi Nagarajan2012-07-141-0/+4
* Notify bond state change prior to UuidsChangedRavi Nagarajan2012-07-141-6/+10
* Fixed rename issuePriti Aghera2012-07-141-1/+2
* Send PAN disconnecting event on local side disconnect initiationKausik Sinnaswamy2012-07-142-1/+33
* Handle service discovery failureRavi Nagarajan2012-07-141-4/+7
* Send bond_state_bonded only after SDP is completeKausik Sinnaswamy2012-07-141-1/+9
* Store all remote properties upon incoming pairingRavi Nagarajan2012-07-141-29/+55
* Not invoking adapter_bonded_devices_cb on Pairing.Kausik Sinnaswamy2012-07-141-7/+0
* Fixed the BTIF_HL to exit the select thread and close the signal FDs when cle...Syed Ibrahim M2012-07-141-1/+40
* Fixed HID seg fault crashPriti Aghera2012-07-141-1/+0
* When Bluetooth disable is initiated, terminate pending bonding setup, and res...Ravi Nagarajan2012-07-144-5/+23
* Ensure we ack back suspend request if we are not ready for itMattias Agren2012-07-144-41/+98
* Updated preferred SBC settings to only allow 44.1 khz to match theMattias Agren2012-07-141-1/+1
* After calling BTA_HHOpen(), sending a HAL callback for connection state chang...Syed Ibrahim M2012-07-141-0/+1
* Fix for BLTH01456966 : Clear stack's connection queue when the BT is disabledGanesh Ganapathi Batta2012-07-143-0/+28
* Modified the BT stack to check for HID_VIRTUAL_UNPLUG SDP attribute and send ...Syed Ibrahim M2012-07-142-5/+10
* If the peer supports both source and sink role, peer initiated connections we...Ravi Nagarajan2012-07-141-1/+3
* Fix for hdp channel disconnect when connection is initiated from sourcePriti Aghera2012-07-141-7/+53
* Convert BDA str to uppercase before comparing with autopair blacklistGanesh Ganapathi Batta2012-07-141-1/+13
* disable pan nap for wingray and misc fixeszzy2012-07-143-39/+53
* Changes done to queue play if received during the timeout for AV connection i...Sreenidhi T2012-07-142-2/+86
* Drop the automatic AVRCP Play command sent from the remote right after the c...Ganesh Ganapathi Batta2012-07-142-0/+61
* Cleaned-up HF/AV profile serialization codeAndre Eisenbach2012-07-142-9/+3
* AV/HFP profile connection serializationAndre Eisenbach2012-07-144-7/+286
* Fixed the status to return int value instead of boolean valuePriti Aghera2012-07-141-3/+7
* Added support to disable HFP via compile time variable in bdroid_<target>.txtfredc2012-07-142-31/+47
* fixed arithmic overflow issue when calculating frame rate adjustmentMattias Agren2012-07-141-2/+36
* Added OOB testSen-Der Huang2012-07-145-3/+184
* Do not attempt auto pair if the pairing is initiated by remote deviceGanesh Ganapathi Batta2012-07-141-35/+42
* Adding auto_pair_devlist.conf configuration file. Modified makefile and btif...Ganesh Ganapathi Batta2012-07-141-1/+1
* Implementation of auto pair logic (Automatically pair with legacy headsets an...Ganesh Ganapathi Batta2012-07-143-8/+407
* Fix for BLTH01416119: Cannot unpair hid mouse when it is disconnectedPriti Aghera2012-07-141-1/+1
* Fix for Apple Magic mouse: Changed the product id to bind to a correct driverPriti Aghera2012-07-141-0/+11
* Fix for VUP not working second time.Priti Aghera2012-07-141-1/+1
* Added check in case rfc is not initializedzzy2012-07-141-8/+13
* Resolve JustWorks related pairing issuesRavi Nagarajan2012-07-141-10/+26
* Added reconnect and NV support; bug fixes: service mask setting for HDP durin...Sen-Der Huang2012-07-145-805/+2254