summaryrefslogtreecommitdiffstats
path: root/btif/src/btif_dm.c
Commit message (Expand)AuthorAgeFilesLines
* Send the enabled hfp/hsp service UUIDs based on configRavi Nagarajan2012-09-281-0/+1
* Trigger restart on BT Controller H/W errorKausik Sinnaswamy2012-09-261-0/+10
* Initual Bluetooth open source releaseAndre Eisenbach2012-09-181-41/+12
* Revert "Header file and whitespace cleanups"Matthew Xie2012-09-181-1/+1
* Header file and whitespace cleanupsAndre Eisenbach2012-09-181-1/+1
* Send proper length while retrieving local name during BT EnableGanesh Ganapathi Batta2012-09-041-1/+1
* Handle all auth failure codes to retry pairingRavi Nagarajan2012-09-041-0/+6
* fixed the issue that remote unpaired device not removed from config filezzy2012-08-291-0/+1
* Log DM eventsRavi Nagarajan2012-08-281-1/+1
* Added new storage code and bluez configuration migration supportzzy2012-08-271-2/+2
* Do not send Bond state change evt after SDP completion if security upgrade i...Ganesh Ganapathi Batta2012-08-231-1/+6
* 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-091-2/+2
* Fix for updating correct COD value after pairingSyed Ibrahim M2012-07-251-20/+19
* configure avdtp signalling timeout to default value (4 secs)Mattias Agren2012-07-251-0/+0
* replace logx with alogxMatthew Xie2012-07-141-3/+3
* Notify bond state change prior to UuidsChangedRavi Nagarajan2012-07-141-6/+10
* 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
* When Bluetooth disable is initiated, terminate pending bonding setup, and res...Ravi Nagarajan2012-07-141-2/+17
* Modified the BT stack to check for HID_VIRTUAL_UNPLUG SDP attribute and send ...Syed Ibrahim M2012-07-141-4/+6
* Added OOB testSen-Der Huang2012-07-141-1/+144
* Do not attempt auto pair if the pairing is initiated by remote deviceGanesh Ganapathi Batta2012-07-141-35/+42
* Implementation of auto pair logic (Automatically pair with legacy headsets an...Ganesh Ganapathi Batta2012-07-141-6/+81
* Resolve JustWorks related pairing issuesRavi Nagarajan2012-07-141-10/+26
* Assign proper fail reasons to status parameter while sending Auth Complete ev...Ganesh Ganapathi Batta2012-07-141-1/+18
* Reject an incoming a2dp start request if btif is about to disable.Mattias Agren2012-07-141-0/+0
* Support added to report custom 128-bit UUIDs as part of the BT_PROPERTY_UUIDS...Kausik Sinnaswamy2012-07-141-12/+44
* Device with temporary link key is marked as "not paired".Harish Paryani2012-07-141-0/+4
* Added ACL Connected/Disconnected events/callbacks to Bluetooth HALKausik Sinnaswamy2012-07-141-1/+14
* Resolved uipc task termination issue during bluetooth on/off cycle.Mattias Agren2012-07-141-0/+0
* Support for Microsoft mousePriti Aghera2012-07-141-10/+34
* Media Task was not getting shutdown due to incorrect event and staleKausik Sinnaswamy2012-07-141-1/+1
* Always check if reconfig is needed prior to starting anMattias Agren2012-07-141-4/+6
* Added handling of AV HAL init if bluetooth not yet enabledMattias Agren2012-07-141-0/+0
* 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
* Patch for GetBondedDevicesPriti Aghera2012-07-141-0/+8
* Fix for getBondedDevices() - reverted back the callbackPriti Aghera2012-07-141-7/+0
* Added support to ensure that BT_DISCOVERY_STARTED andKausik Sinnaswamy2012-07-141-6/+17
* 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
* Added API support to start SDP and get device remote servicesfredc2012-07-141-1/+0
* Fix discoverability timeout issues. (a) implement timeout logic (b) persist '...Srikanth Uppala2012-07-141-1/+1
* Check-in Mouse pairing fixes.Harish Paryani2012-07-141-47/+8