- b8a77aa On disable send the disable event to stack right away, as the stack will take care of tearing down the active connections. ALL_DEVICES_DISCONNECTED was not being sent (as no profiles handled it), causing 3 second delay on BT off by Ravi Nagarajan · 13 years ago
- 6de8229 Fixed random pin generation for pairing with HID keyboard by Priti Aghera · 13 years ago
- b5cc776 Fixed BT on/off issue by fredc · 13 years ago
- 1404ab2 Added a comment by Harish Paryani · 13 years ago
- 5220034 Corrected a comment by Harish Paryani · 13 years ago
- 42a6e53 Connection state change has to be handled in AudioOn state. Some headsets send RFCOMM disconnect prior to disconnecting the SCO. In this case the state machine has to handle the connection state change by Ravi Nagarajan · 13 years ago
- 3fafe61 Memory profiling changes : Updated the Bluetooth code to handle cleaning up of object references (context, handlers, and collection objects ) during service cleanup.Memory profiling changes : Updated the Bluetooth code to handle cleaning up of object references (context, handlers, and collection objects ) during service cleanup. by Ravi Nagarajan · 13 years ago
- ac234ef Added support to handle A2DP audio state changed events and broadcast by Kausik Sinnaswamy · 13 years ago
- bbbfba6 Handle the scenario where the phone number is empty. CLCC should not send number & type if number is NULL by Ravi Nagarajan · 13 years ago
- 404743a BT icon not getting updated on profile connection due to incorrect handling of the prevState by Kausik Sinnaswamy · 13 years ago
- de396a4 Clear BT Interface pointer during cleanup for BT on/off cycles to work by Kausik Sinnaswamy · 13 years ago
- 9a0efb0 adapter non persistent service. Fixed null exception when profile services connect/disconnect by fredc · 13 years ago
- 6654f5c Non persistent adapter service by fredc · 13 years ago
- 990b2cd Patch for inconsistent pair-unpair state by Priti Aghera · 13 years ago
- edb14a4 Fix for memory leak in AdapterSertvice.cpp : The native jobjectArray and jintArray instances are being declared and de-referenced in adapter_properties_callback() and remote_device_properties_callback() methods but is being initialized in get_properties() method. Becasuse of this, when the get_properties() method returns, VM looses reference to the native instances and hence leading to memory leak. by Syed Ibrahim M · 13 years ago
- 206363c AT Response needs to be send for CNUM by Ravi Nagarajan · 13 years ago
- aa90f0c Patch to fix getBondedDevices and inconsistent pair state by Priti Aghera · 13 years ago
- 57addcc HID-PTS:Included API and calbabkcs for hid pts tests by Priti Aghera · 13 years ago
- d570893 Improve BT enable/disable stability under stress tests by Kausik Sinnaswamy · 13 years ago
- 25ec7de Implement the getDevicesMatchingConnectionStates for A2DP by Ravi Nagarajan · 13 years ago
- c55ac7d Added support for BluetoothDevice.fetchUuidsWithSdp() by fredc · 13 years ago
- 19da573 Fix discoverability timeout issues. (a) implement timeout logic (b) persist 'never timeout' after reboot (c) code cleanup by Srikanth Uppala · 13 years ago
- 89d2a16 Fixed checkCallbck thread so that callback env is always intitialized by Priti Aghera · 13 years ago
- 8826b16 check device.mAlias null case before copying to it by Matthew Xie · 13 years ago
- 9f0d856 Initial checkin of OPP and PBAP by fredc · 13 years ago
- 0708fe3 Updated the AdapterState class to handle persisted Bluetooth setting after AIRPLANE MODE OFF event by Syed Ibrahim M · 13 years ago
- cc80b22 initial check in of rfcomm socket implementation Author: Zhenye Zhu, Matthew Xie by Matthew Xie · 13 years ago
- 676cb1b Initial implementation of hdp service and jni by Matthew Xie · 13 years ago
- f8d98da Fixed incorrect handling of the RSSI during inquiry which causes the devices to not get sorted properly. by Kausik Sinnaswamy · 13 years ago
- 8f8e1bd ATD commands have a trailing ';'. Remove the trailing ';' prior to dialing a call. Else a send tone popup is received. by Ravi Nagarajan · 13 years ago
- b01cf42 Fixed the pairing variant check typo. by Sreenidhi T · 13 years ago
- 5f1bee8 Resolved HSP PTS issues. When call is active, and CKPD is received: 1. If audio is not ON, audio will be enabled 2. If audio is ON, call with be disconnected (fixed a typo here, which answered the call, instead of hangup) by Ravi Nagarajan · 13 years ago
- b18d6a7 Integrate HFP with VR app. Handle both cases where VR is started by peer as well as launched from the phone by Ravi Nagarajan · 13 years ago
- 35207a5 initial implementation of hid service and jni by Matthew Xie · 13 years ago
- 93f548f Caching callbackEnv in HFP/A2DP JNI results in the ENV going out-of-syn after an disassociate_evt/associate_evt sequence. Removed the caching. by Kausik Sinnaswamy · 13 years ago
- 345d21b Fix persistent audio on, Donot connect_audio when enter CONNECTED state. Process DISCONNECT message in AudioOn state. by Matthew Xie · 13 years ago
- bcbeaf6 process slc_connect state change event, query and send stack the phone state by Matthew Xie · 13 years ago
- ab1a751 Revert "fix persistent audio on, Donot connect_audio when enter CONNECTED state" by Matthew Xie · 13 years ago
- 53b834a fix persistent audio on, Donot connect_audio when enter CONNECTED state by Matthew Xie · 13 years ago
- 47ead0f output call back event information by Matthew Xie · 13 years ago
- f0b6639 Save volumes and notify stack only when they change by Matthew Xie · 13 years ago
- 986b5b0 Added new state BT_BOND_STATE_BONDING. Stack will send a callback for all three states, app does not have to rely on the api return code to switch to bonding. This addresses the incoming pairing as well as the remote unpaired test cases by Ravi Nagarajan · 13 years ago
- 9b300c1 update call state to match hf hal header, memory dial fix null pointer by Matthew Xie · 13 years ago
- 6c91bc0 Initial implementation of HFP and A2DP profile/service/statemachine. by Matthew Xie · 13 years ago
- 1444b5b Incoming pairing issue. by Jaikumar Ganesh · 13 years ago
- b912243 Fix Bond State Machine device list. by Jaikumar Ganesh · 13 years ago
- 44abcd2 Set scan mode to be connectable when turning on. by Jaikumar Ganesh · 13 years ago
- fba70fe Add ability to persist Bluetooth state. by Jaikumar Ganesh · 13 years ago
- b7e70fc Merged the Passkey request callback and the passkey reply APIs into the SSP API and callback respectively by Kausik Sinnaswamy · 13 years ago
- 0de39b7 Bluetooth: declare shared libraries as its build dependencies. by Chia-chi Yeh · 13 years ago
- 581bb31 Remove passkey callback. by Jaikumar Ganesh · 13 years ago
- fe90735 Fix scan mode bug. by Jaikumar Ganesh · 13 years ago
- 61c4100 Correct the length of bd_address setting. by Matthew Xie · 13 years ago
- a11b96d Add NET_ADMIN permission. by Jaikumar Ganesh · 13 years ago
- ff68148 Fix Bluetooth enable issue. by Jaikumar Ganesh · 13 years ago
- f91e79c Fix makefile for jni directory build. by Jaikumar Ganesh · 13 years ago
- ff4f17b Initial commit for new Bluetooth stack interface. by Jaikumar Ganesh · 13 years ago
- 2a6bf35 Comments opp and PBAP init code when BT gets enabled. by Jaikumar Ganesh · 13 years ago
- 679f3a8 Merge "Revert "first patch of test submit"" by Matthew Xie · 12 years ago
- 1eb1a24 Revert "first patch of test submit" by Matthew Xie · 12 years ago
- 79da1ea Merge "Revert "second patch of test submit"" by Matthew Xie · 12 years ago
- 146a1c3 Revert "second patch of test submit" by Matthew Xie · 12 years ago
- f490927 Revert "third patch of test submit" by Matthew Xie · 12 years ago
- 448de2e third patch of test submit by Matthew Xie · 12 years ago
- 4b3b8ab second patch of test submit by Matthew Xie · 12 years ago
- 1429606 first patch of test submit by Matthew Xie · 12 years ago
- 51b2859 Import translations. DO NOT MERGE by Ying Wang · 12 years ago
- f9cbe21 Import translations. DO NOT MERGE by Ying Wang · 12 years ago
- 1c70a54 am c653f73b: Reconcile with jb-release by The Android Open Source Project · 12 years ago
- c653f73 Reconcile with jb-release by The Android Open Source Project · 12 years ago
- e6d43f2 am 9544eed6: am 5cb59523: Change timestamp type from int to long, timestamp(now) overflows int by Matthew Xie · 12 years ago
- c8252c4 Import translations. DO NOT MERGE by Ying Wang · 12 years ago
- 9544eed am 5cb59523: Change timestamp type from int to long, timestamp(now) overflows int by Matthew Xie · 12 years ago
- 21bc585 merge in jb-release history after reset to jb-dev by The Android Automerger · 12 years ago
- 5cb5952 Change timestamp type from int to long, timestamp(now) overflows int by Matthew Xie · 12 years ago
- 3e1c5e9 Import translations. DO NOT MERGE by Eric Fischer · 12 years ago
- c674d72 am 2a7e29a4: Reconcile with jb-release by The Android Open Source Project · 12 years ago
- 2a7e29a Reconcile with jb-release by The Android Open Source Project · 12 years ago
- b1d7095 merge in jb-release history after reset to jb-dev by The Android Automerger · 12 years ago
- 9f667a3 am 5c39fcdf: am 03f25a20: Bluetooth OPP: Allow sending all mime-types for handover. by Martijn Coenen · 13 years ago
- 5c39fcd am 03f25a20: Bluetooth OPP: Allow sending all mime-types for handover. by Martijn Coenen · 13 years ago
- 4a48880 Import translations. DO NOT MERGE by Eric Fischer · 13 years ago
- 03f25a2 Bluetooth OPP: Allow sending all mime-types for handover. by Martijn Coenen · 13 years ago
- 31d75ce am 1723245e: am acc04ecb: Merge "Fix variable initialization." into jb-dev by Martijn Coenen · 13 years ago
- 1723245 am acc04ecb: Merge "Fix variable initialization." into jb-dev by Martijn Coenen · 13 years ago
- acc04ec Merge "Fix variable initialization." into jb-dev by Martijn Coenen · 13 years ago
- a1f935d Fix variable initialization. by Martijn Coenen · 13 years ago
- e971e4e am dfec441e: Reconcile with jb-release nakasi-factoryrom-release by The Android Open Source Project · 13 years ago
- dfec441 Reconcile with jb-release nakasi-factoryrom-release by The Android Open Source Project · 13 years ago
- fe69a66 merge in nakasi-factoryrom-release history after reset to jb-dev by The Android Automerger · 13 years ago
- 0947860 am 6fdfaf58: am 4bfe5662: Merge "Allow bluetooth OPP transfers to be stopped." into jb-dev by Martijn Coenen · 13 years ago
- 207928c am 63397ede: am 3cb57672: Merge "Don\'t MediaScan files received through handover." into jb-dev by Martijn Coenen · 13 years ago
- 11386ef am 20e0594a: am 3236357a: Merge "Add BT address and mimeType to handover intents." into jb-dev by Martijn Coenen · 13 years ago
- e3a869d merge in jb-release history after reset to jb-dev by The Android Automerger · 13 years ago
- 6fdfaf5 am 4bfe5662: Merge "Allow bluetooth OPP transfers to be stopped." into jb-dev by Martijn Coenen · 13 years ago
- 63397ed am 3cb57672: Merge "Don\'t MediaScan files received through handover." into jb-dev by Martijn Coenen · 13 years ago
- 20e0594 am 3236357a: Merge "Add BT address and mimeType to handover intents." into jb-dev by Martijn Coenen · 13 years ago
- 4bfe566 Merge "Allow bluetooth OPP transfers to be stopped." into jb-dev by Martijn Coenen · 13 years ago
- 3cb5767 Merge "Don't MediaScan files received through handover." into jb-dev by Martijn Coenen · 13 years ago
- 3236357 Merge "Add BT address and mimeType to handover intents." into jb-dev by Martijn Coenen · 13 years ago