1. fc45cd9 [system][bt] address -Wimplicit-fallthrough by Nick Desaulniers · 4 years, 11 months ago
  2. 3032a6b Support vendor AT command and response for Hfp Client in bt stack by Deqiang Chen · 5 years ago
  3. 1fae4f1 Recover from HandsFree client connection collision by Joseph Pirozzo · 6 years ago
  4. 503067b Merge "Enable 2-EV3 packets for Wide Band HFP client" by Joseph Pirozzo · 6 years ago
  5. ba7f347 Enable 2-EV3 packets for Wide Band HFP client by Joseph Pirozzo · 6 years ago
  6. d244154 Fix the reconnect issue in hfp client by Jinguang Dong · 6 years ago
  7. b10a2b1 RFCOMM: Improve logging and readability by Jack He · 6 years ago
  8. fa26e1f Fix SIGSEGV during Hands-free client SDP by Lianchao Song · 7 years ago
  9. ca42b5f Fix callback type mismatches in Bluetooth by Vishwath Mohan · 7 years ago
  10. 5b790fe Make copyright headers consistent with Google template; remove "(C)" by Jakub Pawlowski · 7 years ago
  11. e9125b0 hfp: change initial codec from MSBC_T1 to CVSD by Martin Brabham · 7 years ago
  12. 6ef9190 Remove casts in bta/ and stack/btm by Myles Watson · 7 years ago
  13. b749ebd Use unary operator instead of == bool by Myles Watson · 7 years ago
  14. 819e2ec Use one type for UUID (1/5) by Jakub Pawlowski · 7 years ago
  15. be8bbd7 Fix alarms being posted on wrong thread by Jakub Pawlowski · 7 years ago
  16. 50d4656 HFP Client connect Audio by Joseph Pirozzo · 7 years ago
  17. b707f44 Make RawAddress into a class (1/3) by Jakub Pawlowski · 7 years ago
  18. a484a88 Rename bt_bdaddr_t into RawAddress (3/3) by Jakub Pawlowski · 7 years ago
  19. 78b81c6 Get rid of bdcpy, bdcmp and other BD_ADDR helpers by Jakub Pawlowski · 7 years ago
  20. c752e13 Replace BT_ADDR with bd_addr_t in bta_sys related code by Jakub Pawlowski · 7 years ago
  21. 1979fa3 Replace BD_ADDR with bt_bdaddr_t in RFCOMM related code by Jakub Pawlowski · 7 years ago
  22. 135b7f6 Replace BD_ADDR with bt_bdaddr_t in SDP and A2DP related code by Jakub Pawlowski · 7 years ago
  23. 744eeca Replace BD_ADDR with bt_bdaddr_t in hf client related code by Jakub Pawlowski · 7 years ago
  24. c2276b0 Use bt_bdaddr_t instead of BD_ADDR by Jakub Pawlowski · 7 years ago
  25. d3ae18b eSCO: Limit number of retries after mSBC connection failure by Jack He · 7 years ago
  26. fe695a5 eSCO: Format changes to original vendor patch (4/5) by Jack He · 7 years ago
  27. 57f6508 eSCO: BT 4.1 Enhanced SCO command (1/5) by Mudumba Ananth · 8 years ago
  28. ad372cf BTA HF_CLIENT: Always reply to +BCS by Sanket Agarwal · 8 years ago
  29. f9c5752 cleanup: no assigns in conditionals by Marie Janssen · 8 years ago
  30. 0ec9475 Fix comment formatting at the beginning of lines by Myles Watson · 8 years ago
  31. ac109dc HF Client: SCO routing with multiple devices by Sanket Agarwal · 8 years ago
  32. 882760d BTA HF CLIENT: Unset initial SCO value by Sanket Agarwal · 8 years ago
  33. dda9fab HF CLIENT BTA: Reduce logging for non-allocated blocks by Sanket Agarwal · 8 years ago
  34. 0e42408 Fix an inappropriate sscanf return value judgment by liuchao · 8 years ago
  35. 71f5b3e Linux build fix by Jakub Pawlowski · 8 years ago
  36. 6664b2c Incoming HF connection: CB interaction between BTA <-> BTIF by Sanket Agarwal · 8 years ago
  37. bd3ae7c Write unit test for bta/btif HF client role by Sanket Agarwal · 8 years ago
  38. 5eccd90 Implement multiple control blocks for HF Client in BTA/BTIF by Sanket Agarwal · 8 years ago
  39. bdcfc04 BTA HF Client should use dynamic control block by Sanket Agarwal · 8 years ago
  40. f33b6f4 readability fix: No assigns in if conditionals by Marie Janssen · 8 years ago
  41. 1baaae3 bta: Fix comment formatting after clang-format by Myles Watson · 8 years ago
  42. cd1fd07 bta: Apply clang-format by Myles Watson · 8 years ago
  43. f355ef5 bta: Prepare include statements for clang-format by Myles Watson · 8 years ago
  44. 8af480e bta: Remove double asterisks in comments by Myles Watson · 8 years ago
  45. d7ffd64 Remove deprecated UNUSED macro (5/5) by Myles Watson · 8 years ago
  46. d35a648 Remove deprecated UNUSED macro (1/5) by Myles Watson · 8 years ago
  47. b2a292b Renamed most C files to C++: *.c to *.cc by Pavlin Radoslavov · 8 years ago
  48. d19e078 Use standard types, consistent ifdef style everywhere by Marie Janssen · 8 years ago
  49. e9e58ce bta: use standard types by Marie Janssen · 8 years ago
  50. b7938c1 Convert HID and Device Manager BTA code to C++ by Jakub Pawlowski · 8 years ago
  51. 63b0519 Fix misc-macro-parentheses warnings by Chih-Hung Hsieh · 8 years ago
  52. 713993d Convert BTIF code from C to C++ by Jakub Pawlowski · 8 years ago
  53. 2dfcbda Do not update sco_state when no matching peer_addr is found by Lianchao Song · 8 years ago
  54. 8c10b05 Process complete AT cmd response. by Satish Kodishala · 9 years ago
  55. e77ecc5 Abort parsing in case of format error by Satish Kodishala · 9 years ago
  56. 59a9df6 Ignore empty optional parameters in CLCC response by Satish Kodishala · 9 years ago
  57. 3eb4a48 Move properties get/set code to osi by Jakub Pawlowski · 9 years ago
  58. 4394720 Fix C/C++ compiler generated warnings by Pavlin Radoslavov · 9 years ago
  59. 717a4a9 Removed checks for NULL returns after osi_calloc() / osi_malloc() by Pavlin Radoslavov · 9 years ago
  60. cceb430 Replaced osi_getbuf()/osi_freebuf() with osi_malloc()/osi_free() by Pavlin Radoslavov · 9 years ago
  61. 7794b7c Merge "Remove BCM_STR* macros" by Andre Eisenbach · 9 years ago
  62. d535ddb Add missing log tags by Jakub Pawlowski · 9 years ago
  63. 5b9462d Remove BCM_STR* macros by Andre Eisenbach · 9 years ago
  64. 20524d3 Refactor usage of osi_free() and osi_freebuf() by Pavlin Radoslavov · 9 years ago
  65. 18a906d Spoof response to AT+CNUM if we don't get a reply from the audio gateway. by Sharvil Nanavati · 9 years ago
  66. 78bcff7 Refactor the Bluetooth timers by Pavlin Radoslavov · 9 years ago
  67. 15df6d4 Do not send AT+CHLD=? if the 3-way call feature is not supported by Devin Kim · 9 years ago
  68. c82bff2 Fix crash in HFP client's +COPS parsing code. by Sharvil Nanavati · 9 years ago
  69. 1cb11bb Only initiate codec negotiation if feature is supported by Chenjie Luo · 9 years ago
  70. 258c253 GKI cleanup - moved GKI buffer allocation wrappers to OSI by Pavlin Radoslavov · 9 years ago
  71. 9f1c9ad GKI cleanup - Moved struct TIMER_LIST_ENT to OSI by Pavlin Radoslavov · 9 years ago
  72. ea21b5d am 549c64d1: Fix security vulnerabilities in string operations by Miao Chou · 9 years ago
  73. 549c64d Fix security vulnerabilities in string operations by Miao Chou · 9 years ago
  74. 4905f8f Handle lack of service better by David Stevens · 9 years ago
  75. 303b6ff gn-build: Get //bta:bta to compile by Arman Uguray · 9 years ago
  76. f6c48a0 Resetting system/bt by Brian Carlstrom · 9 years ago
  77. 33f3923 Handle lack of service better by David Stevens · 9 years ago
  78. 2cd086a am f29a2fb..e07ad10 from mirror-m-wireless-internal-release by Vinit Deshpande · 9 years ago
  79. 444a8da LE Privacy 1.2 and LE secure connections by Satya Calloji · 10 years ago
  80. b246a1a Merge commit '4bf68bf020c7fd1aabcdc4b5d8f5fbb8bacdec9d' into merge_work by Prerepa Viswanadham · 9 years ago
  81. fd422a7 Update Service Availability. by Mallikarjuna GB · 10 years ago
  82. 47d68ee osi: add compat code for glibc by Scott James Remnant · 9 years ago
  83. e1a9e52 Merge commit 'f7f839985b3931682363d2ef3b7c5cae55a842ee' into merge by Etan Cohen · 9 years ago
  84. 794f3b5 Removal of bd.[c|h] by Chris Manton · 10 years ago
  85. 24933b5 Removing unnecessary BTAPI #defines. by June R. Tate-Gans · 10 years ago
  86. 104e3f2 Cleanups needed to make clang happy by Bernhard Rosenkränzer · 10 years ago
  87. e8c3d75 Logging cleanup: BTIF and APPL. by Sharvil Nanavati · 10 years ago
  88. 82d0a11 Eliminate dead code: remove GKI_sched* from the codebase. by Sharvil Nanavati · 10 years ago
  89. 1025687 [2/4] Bluetooth: Add support for HFP Client role. by Hemant Gupta · 11 years ago
  90. 3fe1b49 Submitted on behalf of 3rd party copied from external/bluetooth/bluedroid by Hemant Gupta · 10 years ago