1. 7ac24de Do not accept connection from remote PANU if the local role is also PANU by Ganesh Ganapathi Batta · 12 years ago
  2. ea0b4f9 Explicitly export content providers by Nick Kralevich · 12 years ago
  3. 15d72a0 Resolve incoming pairing and connection issue by Ravi Nagarajan · 12 years ago
  4. 74a598e Ensure mAddr member of DeviceProperties is properly set with device BD Addr by Ganesh Ganapathi Batta · 12 years ago
  5. 10bab53 Fix for When Hf is rejected the device should initiate A2dp if a2dp is enabled by Swaminatha Balaji · 12 years ago
  6. caa3723 Added code to ignore the empty value of remote device property change by zzy · 12 years ago
  7. 6b19b0e Virtual call implementation by Syed Ibrahim M · 12 years ago
  8. 81491a2 HDP-App crash fix by Priti Aghera · 12 years ago
  9. 9fa44d9 Import translations. DO NOT MERGE by Ying Wang · 12 years ago
  10. fe0ac5b Notify Connection state chnage to AudioManager via an API call by Matthew Xie · 12 years ago
  11. 5705f3a Remove unused import com.android.internal.telephony.Call by Matthew Xie · 12 years ago
  12. 09a4991 Add CONNECTIVITY_INTERNAL permission for PanService by Matthew Xie · 12 years ago
  13. 57a3923 Removed onStartCommand(). by Matthew Xie · 12 years ago
  14. c55a983 replace logx with alogx by Matthew Xie · 13 years ago
  15. 4603dc0 comment out state machine quit call by Matthew Xie · 12 years ago
  16. e469f16 matt: my fix to get it compile, change logx to alogx, and etc by Matthew Xie · 12 years ago
  17. 179fd25 Add remote device while pairing without inquiry by Kausik Sinnaswamy · 12 years ago
  18. 2f9a79b Resolved incoming pairing/connection issue by Ravi Nagarajan · 12 years ago
  19. 579f67e Additional check included for the case when PhoneApp queries Bluetooth Audio state before the stack responds for the sco disconnect issued previously in AudioOn state. by Sreenidhi T · 12 years ago
  20. 99a6ee1 Fix the issue where HID connection was failing on first connection randomly. by Syed Ibrahim M · 12 years ago
  21. e479e18 Fixed PBAP to use simple pairing instead of numeric comparison (same as before). by Fred · 12 years ago
  22. 8120c75 Added code to cleanup connection state when bt off by zzy · 12 years ago
  23. a25e9c6 Changing the order of notification of connection state change, as it was causing a race condition, with the UI not being updated with the correct connection state. by Sreenidhi T · 12 years ago
  24. 4a53a55 Fixed displaying images in pbap browse and pull when configured by fredc · 12 years ago
  25. 942da5b Ensure that A2DP stream is suspended during Voice Dial when SCO by Kausik Sinnaswamy · 12 years ago
  26. 755aa8f Fix for force closing HDP app: Included review comments by Priti Aghera · 12 years ago
  27. 75e9fd5 Fix for A2dp/hf connection happening even when profile is disabled in Settings by Swaminatha Balaji · 12 years ago
  28. a7e8ef3 Added support for enabling/disabling profiles by fredc · 13 years ago
  29. c181b8b Fix to ensure that we are able to pair with a device that was just unpaired. The fix was to clear a boolean variable which was causing some stale data to be maintained by Kausik Sinnaswamy · 12 years ago
  30. d807ba4 Change done to clear mUuid - local copy of Uuid. If not cleared, the cachedBluetoothDevice issued a connect using the local cached copy of uuids, without waiting for the ACTION_UUID intent. This was resulting in multiple calls to connect(). by Sreenidhi T · 12 years ago
  31. 970baea Fixed HDP Disconnection issue. Included channel to list of channels when channel state callback is received by Priti Aghera · 13 years ago
  32. c7a57f3 Added PBAP support for fetching owner vcard info from phone's profile. Added PBAP image support by fredc · 13 years ago
  33. 4852c56 Moved BluetoothAdapter.ACTION_STATE_CHANGED broadcast from AdapterService to BluetoothManagerService by fredc · 13 years ago
  34. 74ae04c Fixed memory leak in Binder objects from repeatedly turning on/off Bluetooth by fredc · 13 years ago
  35. ce4edb8 Changes done for disconnecting sco connection based on disconnectAudioNative() return status, instead of waiting till BTA_AG_AUDIO_CLOSE_EVT is received. The delay in disconnecting sco was causing audio to be routed to earpiece instead of speaker, when selected from incall screen. by Sreenidhi T · 13 years ago
  36. 405b614 Added AT+CPBR support by Sreenidhi T · 13 years ago
  37. ac7e62c Added code to turn off pan connection when tethering state changed by zzy · 13 years ago
  38. d288c0d Backed out workaround for RFCOMM socket close issue when BT is turning off by fredc · 13 years ago
  39. 31ba132 Fixed Bluetooth on/off issues. Removed singleton instances causing issues when services reload. Updated adapter state machine by fredc · 13 years ago
  40. 7aab113 Fixed exception in BondStateMachine when quit message occurs. Fixed exception in OPP when remote does not accept incoming request. by fredc · 13 years ago
  41. 68e7fc4 Handle NREC. On connect, enable echo cancellation locally, headset will then override it by Ravi Nagarajan · 13 years ago
  42. 01a8cf9 Added ACL connect/disconnect state callbacks by Kausik Sinnaswamy · 13 years ago
  43. 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
  44. 6de8229 Fixed random pin generation for pairing with HID keyboard by Priti Aghera · 13 years ago
  45. b5cc776 Fixed BT on/off issue by fredc · 13 years ago
  46. 1404ab2 Added a comment by Harish Paryani · 13 years ago
  47. 5220034 Corrected a comment by Harish Paryani · 13 years ago
  48. 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
  49. 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
  50. ac234ef Added support to handle A2DP audio state changed events and broadcast by Kausik Sinnaswamy · 13 years ago
  51. 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
  52. 404743a BT icon not getting updated on profile connection due to incorrect handling of the prevState by Kausik Sinnaswamy · 13 years ago
  53. de396a4 Clear BT Interface pointer during cleanup for BT on/off cycles to work by Kausik Sinnaswamy · 13 years ago
  54. 9a0efb0 adapter non persistent service. Fixed null exception when profile services connect/disconnect by fredc · 13 years ago
  55. 6654f5c Non persistent adapter service by fredc · 13 years ago
  56. 990b2cd Patch for inconsistent pair-unpair state by Priti Aghera · 13 years ago
  57. 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
  58. 206363c AT Response needs to be send for CNUM by Ravi Nagarajan · 13 years ago
  59. aa90f0c Patch to fix getBondedDevices and inconsistent pair state by Priti Aghera · 13 years ago
  60. 57addcc HID-PTS:Included API and calbabkcs for hid pts tests by Priti Aghera · 13 years ago
  61. d570893 Improve BT enable/disable stability under stress tests by Kausik Sinnaswamy · 13 years ago
  62. 25ec7de Implement the getDevicesMatchingConnectionStates for A2DP by Ravi Nagarajan · 13 years ago
  63. c55ac7d Added support for BluetoothDevice.fetchUuidsWithSdp() by fredc · 13 years ago
  64. 19da573 Fix discoverability timeout issues. (a) implement timeout logic (b) persist 'never timeout' after reboot (c) code cleanup by Srikanth Uppala · 13 years ago
  65. 89d2a16 Fixed checkCallbck thread so that callback env is always intitialized by Priti Aghera · 13 years ago
  66. 8826b16 check device.mAlias null case before copying to it by Matthew Xie · 13 years ago
  67. 9f0d856 Initial checkin of OPP and PBAP by fredc · 13 years ago
  68. 0708fe3 Updated the AdapterState class to handle persisted Bluetooth setting after AIRPLANE MODE OFF event by Syed Ibrahim M · 13 years ago
  69. cc80b22 initial check in of rfcomm socket implementation Author: Zhenye Zhu, Matthew Xie by Matthew Xie · 13 years ago
  70. 676cb1b Initial implementation of hdp service and jni by Matthew Xie · 13 years ago
  71. f8d98da Fixed incorrect handling of the RSSI during inquiry which causes the devices to not get sorted properly. by Kausik Sinnaswamy · 13 years ago
  72. 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
  73. b01cf42 Fixed the pairing variant check typo. by Sreenidhi T · 13 years ago
  74. 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
  75. 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
  76. 35207a5 initial implementation of hid service and jni by Matthew Xie · 13 years ago
  77. 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
  78. 345d21b Fix persistent audio on, Donot connect_audio when enter CONNECTED state. Process DISCONNECT message in AudioOn state. by Matthew Xie · 13 years ago
  79. bcbeaf6 process slc_connect state change event, query and send stack the phone state by Matthew Xie · 13 years ago
  80. ab1a751 Revert "fix persistent audio on, Donot connect_audio when enter CONNECTED state" by Matthew Xie · 13 years ago
  81. 53b834a fix persistent audio on, Donot connect_audio when enter CONNECTED state by Matthew Xie · 13 years ago
  82. 47ead0f output call back event information by Matthew Xie · 13 years ago
  83. f0b6639 Save volumes and notify stack only when they change by Matthew Xie · 13 years ago
  84. 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
  85. 9b300c1 update call state to match hf hal header, memory dial fix null pointer by Matthew Xie · 13 years ago
  86. 6c91bc0 Initial implementation of HFP and A2DP profile/service/statemachine. by Matthew Xie · 13 years ago
  87. 1444b5b Incoming pairing issue. by Jaikumar Ganesh · 13 years ago
  88. b912243 Fix Bond State Machine device list. by Jaikumar Ganesh · 13 years ago
  89. 44abcd2 Set scan mode to be connectable when turning on. by Jaikumar Ganesh · 13 years ago
  90. fba70fe Add ability to persist Bluetooth state. by Jaikumar Ganesh · 13 years ago
  91. b7e70fc Merged the Passkey request callback and the passkey reply APIs into the SSP API and callback respectively by Kausik Sinnaswamy · 13 years ago
  92. 0de39b7 Bluetooth: declare shared libraries as its build dependencies. by Chia-chi Yeh · 13 years ago
  93. 581bb31 Remove passkey callback. by Jaikumar Ganesh · 13 years ago
  94. fe90735 Fix scan mode bug. by Jaikumar Ganesh · 13 years ago
  95. 61c4100 Correct the length of bd_address setting. by Matthew Xie · 13 years ago
  96. a11b96d Add NET_ADMIN permission. by Jaikumar Ganesh · 13 years ago
  97. ff68148 Fix Bluetooth enable issue. by Jaikumar Ganesh · 13 years ago
  98. f91e79c Fix makefile for jni directory build. by Jaikumar Ganesh · 13 years ago
  99. ff4f17b Initial commit for new Bluetooth stack interface. by Jaikumar Ganesh · 13 years ago
  100. 2a6bf35 Comments opp and PBAP init code when BT gets enabled. by Jaikumar Ganesh · 13 years ago