1. 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
  2. 404743a BT icon not getting updated on profile connection due to incorrect handling of the prevState by Kausik Sinnaswamy · 13 years ago
  3. de396a4 Clear BT Interface pointer during cleanup for BT on/off cycles to work by Kausik Sinnaswamy · 13 years ago
  4. 9a0efb0 adapter non persistent service. Fixed null exception when profile services connect/disconnect by fredc · 13 years ago
  5. 6654f5c Non persistent adapter service by fredc · 13 years ago
  6. 990b2cd Patch for inconsistent pair-unpair state by Priti Aghera · 13 years ago
  7. 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
  8. 206363c AT Response needs to be send for CNUM by Ravi Nagarajan · 13 years ago
  9. aa90f0c Patch to fix getBondedDevices and inconsistent pair state by Priti Aghera · 13 years ago
  10. 57addcc HID-PTS:Included API and calbabkcs for hid pts tests by Priti Aghera · 13 years ago
  11. d570893 Improve BT enable/disable stability under stress tests by Kausik Sinnaswamy · 13 years ago
  12. 25ec7de Implement the getDevicesMatchingConnectionStates for A2DP by Ravi Nagarajan · 13 years ago
  13. c55ac7d Added support for BluetoothDevice.fetchUuidsWithSdp() by fredc · 13 years ago
  14. 19da573 Fix discoverability timeout issues. (a) implement timeout logic (b) persist 'never timeout' after reboot (c) code cleanup by Srikanth Uppala · 13 years ago
  15. 89d2a16 Fixed checkCallbck thread so that callback env is always intitialized by Priti Aghera · 13 years ago
  16. 8826b16 check device.mAlias null case before copying to it by Matthew Xie · 13 years ago
  17. 9f0d856 Initial checkin of OPP and PBAP by fredc · 13 years ago
  18. 0708fe3 Updated the AdapterState class to handle persisted Bluetooth setting after AIRPLANE MODE OFF event by Syed Ibrahim M · 13 years ago
  19. cc80b22 initial check in of rfcomm socket implementation Author: Zhenye Zhu, Matthew Xie by Matthew Xie · 13 years ago
  20. 676cb1b Initial implementation of hdp service and jni by Matthew Xie · 13 years ago
  21. f8d98da Fixed incorrect handling of the RSSI during inquiry which causes the devices to not get sorted properly. by Kausik Sinnaswamy · 13 years ago
  22. 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
  23. b01cf42 Fixed the pairing variant check typo. by Sreenidhi T · 13 years ago
  24. 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
  25. 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
  26. 35207a5 initial implementation of hid service and jni by Matthew Xie · 13 years ago
  27. 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
  28. 345d21b Fix persistent audio on, Donot connect_audio when enter CONNECTED state. Process DISCONNECT message in AudioOn state. by Matthew Xie · 13 years ago
  29. bcbeaf6 process slc_connect state change event, query and send stack the phone state by Matthew Xie · 13 years ago
  30. ab1a751 Revert "fix persistent audio on, Donot connect_audio when enter CONNECTED state" by Matthew Xie · 13 years ago
  31. 53b834a fix persistent audio on, Donot connect_audio when enter CONNECTED state by Matthew Xie · 13 years ago
  32. 47ead0f output call back event information by Matthew Xie · 13 years ago
  33. f0b6639 Save volumes and notify stack only when they change by Matthew Xie · 13 years ago
  34. 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
  35. 9b300c1 update call state to match hf hal header, memory dial fix null pointer by Matthew Xie · 13 years ago
  36. 6c91bc0 Initial implementation of HFP and A2DP profile/service/statemachine. by Matthew Xie · 13 years ago
  37. 1444b5b Incoming pairing issue. by Jaikumar Ganesh · 13 years ago
  38. b912243 Fix Bond State Machine device list. by Jaikumar Ganesh · 13 years ago
  39. 44abcd2 Set scan mode to be connectable when turning on. by Jaikumar Ganesh · 13 years ago
  40. fba70fe Add ability to persist Bluetooth state. by Jaikumar Ganesh · 13 years ago
  41. b7e70fc Merged the Passkey request callback and the passkey reply APIs into the SSP API and callback respectively by Kausik Sinnaswamy · 13 years ago
  42. 0de39b7 Bluetooth: declare shared libraries as its build dependencies. by Chia-chi Yeh · 13 years ago
  43. 581bb31 Remove passkey callback. by Jaikumar Ganesh · 13 years ago
  44. fe90735 Fix scan mode bug. by Jaikumar Ganesh · 13 years ago
  45. 61c4100 Correct the length of bd_address setting. by Matthew Xie · 13 years ago
  46. a11b96d Add NET_ADMIN permission. by Jaikumar Ganesh · 13 years ago
  47. ff68148 Fix Bluetooth enable issue. by Jaikumar Ganesh · 13 years ago
  48. f91e79c Fix makefile for jni directory build. by Jaikumar Ganesh · 13 years ago
  49. ff4f17b Initial commit for new Bluetooth stack interface. by Jaikumar Ganesh · 14 years ago
  50. 2a6bf35 Comments opp and PBAP init code when BT gets enabled. by Jaikumar Ganesh · 14 years ago
  51. 679f3a8 Merge "Revert "first patch of test submit"" by Matthew Xie · 13 years ago
  52. 1eb1a24 Revert "first patch of test submit" by Matthew Xie · 13 years ago
  53. 79da1ea Merge "Revert "second patch of test submit"" by Matthew Xie · 13 years ago
  54. 146a1c3 Revert "second patch of test submit" by Matthew Xie · 13 years ago
  55. f490927 Revert "third patch of test submit" by Matthew Xie · 13 years ago
  56. 448de2e third patch of test submit by Matthew Xie · 13 years ago
  57. 4b3b8ab second patch of test submit by Matthew Xie · 13 years ago
  58. 1429606 first patch of test submit by Matthew Xie · 13 years ago
  59. 51b2859 Import translations. DO NOT MERGE by Ying Wang · 13 years ago
  60. f9cbe21 Import translations. DO NOT MERGE by Ying Wang · 13 years ago
  61. 1c70a54 am c653f73b: Reconcile with jb-release by The Android Open Source Project · 13 years ago
  62. c653f73 Reconcile with jb-release by The Android Open Source Project · 13 years ago
  63. e6d43f2 am 9544eed6: am 5cb59523: Change timestamp type from int to long, timestamp(now) overflows int by Matthew Xie · 13 years ago
  64. c8252c4 Import translations. DO NOT MERGE by Ying Wang · 13 years ago
  65. 9544eed am 5cb59523: Change timestamp type from int to long, timestamp(now) overflows int by Matthew Xie · 13 years ago
  66. 21bc585 merge in jb-release history after reset to jb-dev by The Android Automerger · 13 years ago
  67. 5cb5952 Change timestamp type from int to long, timestamp(now) overflows int by Matthew Xie · 13 years ago
  68. 3e1c5e9 Import translations. DO NOT MERGE by Eric Fischer · 13 years ago
  69. c674d72 am 2a7e29a4: Reconcile with jb-release by The Android Open Source Project · 13 years ago
  70. 2a7e29a Reconcile with jb-release by The Android Open Source Project · 13 years ago
  71. b1d7095 merge in jb-release history after reset to jb-dev by The Android Automerger · 13 years ago
  72. 9f667a3 am 5c39fcdf: am 03f25a20: Bluetooth OPP: Allow sending all mime-types for handover. by Martijn Coenen · 13 years ago
  73. 5c39fcd am 03f25a20: Bluetooth OPP: Allow sending all mime-types for handover. by Martijn Coenen · 13 years ago
  74. 4a48880 Import translations. DO NOT MERGE by Eric Fischer · 13 years ago
  75. 03f25a2 Bluetooth OPP: Allow sending all mime-types for handover. by Martijn Coenen · 13 years ago
  76. 31d75ce am 1723245e: am acc04ecb: Merge "Fix variable initialization." into jb-dev by Martijn Coenen · 13 years ago
  77. 1723245 am acc04ecb: Merge "Fix variable initialization." into jb-dev by Martijn Coenen · 13 years ago
  78. acc04ec Merge "Fix variable initialization." into jb-dev by Martijn Coenen · 13 years ago
  79. a1f935d Fix variable initialization. by Martijn Coenen · 13 years ago
  80. e971e4e am dfec441e: Reconcile with jb-release nakasi-factoryrom-release by The Android Open Source Project · 13 years ago
  81. dfec441 Reconcile with jb-release nakasi-factoryrom-release by The Android Open Source Project · 13 years ago
  82. fe69a66 merge in nakasi-factoryrom-release history after reset to jb-dev by The Android Automerger · 13 years ago
  83. 0947860 am 6fdfaf58: am 4bfe5662: Merge "Allow bluetooth OPP transfers to be stopped." into jb-dev by Martijn Coenen · 13 years ago
  84. 207928c am 63397ede: am 3cb57672: Merge "Don\'t MediaScan files received through handover." into jb-dev by Martijn Coenen · 13 years ago
  85. 11386ef am 20e0594a: am 3236357a: Merge "Add BT address and mimeType to handover intents." into jb-dev by Martijn Coenen · 13 years ago
  86. e3a869d merge in jb-release history after reset to jb-dev by The Android Automerger · 13 years ago
  87. 6fdfaf5 am 4bfe5662: Merge "Allow bluetooth OPP transfers to be stopped." into jb-dev by Martijn Coenen · 13 years ago
  88. 63397ed am 3cb57672: Merge "Don\'t MediaScan files received through handover." into jb-dev by Martijn Coenen · 13 years ago
  89. 20e0594 am 3236357a: Merge "Add BT address and mimeType to handover intents." into jb-dev by Martijn Coenen · 13 years ago
  90. 4bfe566 Merge "Allow bluetooth OPP transfers to be stopped." into jb-dev by Martijn Coenen · 13 years ago
  91. 3cb5767 Merge "Don't MediaScan files received through handover." into jb-dev by Martijn Coenen · 13 years ago
  92. 3236357 Merge "Add BT address and mimeType to handover intents." into jb-dev by Martijn Coenen · 13 years ago
  93. 584dfb2 Allow bluetooth OPP transfers to be stopped. by Martijn Coenen · 13 years ago
  94. ec1ef07 am e91ea9c2: Reconcile with jb-release nakasi-factoryrom-release by The Android Open Source Project · 13 years ago
  95. e91ea9c Reconcile with jb-release nakasi-factoryrom-release by The Android Open Source Project · 13 years ago
  96. 754c21d merge in nakasi-factoryrom-release history after reset to jb-dev by The Android Automerger · 13 years ago
  97. 2d81ebc merge in jb-release history after reset to jb-dev by The Android Automerger · 13 years ago
  98. d92844f am 6cd6503d: (-s ours) Import translations. DO NOT MERGE by Eric Fischer · 13 years ago
  99. 3a6f95d Import translations. DO NOT MERGE by Eric Fischer · 13 years ago
  100. 6cd6503 Import translations. DO NOT MERGE by Eric Fischer · 13 years ago