1. ee96a3c Fix asterisks in block quotes by Myles Watson · 8 years ago
  2. 702ae1c AVRCP: Fix get metadata attribute responses by Jack He · 8 years ago
  3. f33b6f4 readability fix: No assigns in if conditionals by Marie Janssen · 8 years ago
  4. a9bfdf9 Merge changes I9ebb32f0,I00393e2b by Treehugger Robot · 8 years ago
  5. 29a0f79 Fix a unit test failure related to SBC maxbitpool testing by Pavlin Radoslavov · 8 years ago
  6. 2e8e9f4 Remove SMP_INCLUDED define by Myles Watson · 8 years ago
  7. 9979121 Remove BTA_GATT_INCLUDED by Myles Watson · 8 years ago
  8. 84baa7f Remove BLE_INCLUDED define by Myles Watson · 8 years ago
  9. 318e310 Report proper advertiser status on registration error by Jakub Pawlowski · 8 years ago
  10. a1e7e55 Constant Cleanup: Remove BT_TRACE_VERBOSE by Marie Janssen · 8 years ago
  11. a75087e Move startAdvertising() logic into native code (2/3) by Jakub Pawlowski · 8 years ago
  12. d374366 Do not reject valid SBC codec parameters by Andre Eisenbach · 8 years ago
  13. 133f0b6 btif: Remove AVRC_CTRL_INCLUDED ifdefs by Marie Janssen · 8 years ago
  14. f62708b Merge "Fix a NULL-pointer check order reverse in GATTC_ConfigureMTU" by Treehugger Robot · 8 years ago
  15. 18738c3 Fix a NULL-pointer check order reverse in GATTC_ConfigureMTU by liuchao · 8 years ago
  16. 7d1faf3 NULL-pointer access before check in BTM_SetBleDataLength by liuchao · 8 years ago
  17. a60c5fd Remove unused GATT_Listen by Jakub Pawlowski · 8 years ago
  18. 06325e3 Reenable advertising instance after an LE advertising state change by Jakub Pawlowski · 8 years ago
  19. 8c29b62 Remove useless NULL-pointer check code in l2cap_client_new by liuchao · 8 years ago
  20. 033d5a2 AVRCP: unify Get{Element,Item}Attributes response. by Marie Janssen · 8 years ago
  21. d0f7dd5 Merge "Fix how LE connection parameters are set after connecting" by Treehugger Robot · 8 years ago
  22. d964cf9 Unify advertising API (1/3) by Jakub Pawlowski · 8 years ago
  23. 7680a0b Always use big endian for keeping service UUID by Jakub Pawlowski · 8 years ago
  24. f9f9926 Fix how LE connection parameters are set after connecting by Jakub Pawlowski · 8 years ago
  25. edb5ecf Handling Authentication Failure From the lower layer by Matadeen Mishra · 9 years ago
  26. 7921e8f BLE OOB Pairing - parse address type (1/5) by Jakub Pawlowski · 8 years ago
  27. 50d1c49 Merge "Add missing brackets for "if" statement inside BTM_ConfirmReqReply()" by Treehugger Robot · 8 years ago
  28. 143d94b Merge "Handle L2CAP disconnection on incomplete connection" by Treehugger Robot · 8 years ago
  29. 45f6847 Add missing brackets for "if" statement inside BTM_ConfirmReqReply() by Jack He · 8 years ago
  30. 2c7a241 Handle L2CAP disconnection on incomplete connection by Srinu Jella · 9 years ago
  31. 28b20ff Replace DWORD with uint32_t by Jakub Pawlowski · 8 years ago
  32. feee26c A2DP codec related fixes and cleanup by Pavlin Radoslavov · 8 years ago
  33. 3a2747f Remove unused BLE_PERIPHERAL_MODE_SUPPORT by Jakub Pawlowski · 8 years ago
  34. a8d73ef Move start advertise method to advertising interface (3/3) by Jakub Pawlowski · 8 years ago
  35. 30c81fa Implement AVRCP SetAddressedPlayer Cmd by Sanket Agarwal · 8 years ago
  36. 8a81119 [AVRCP1.6 CT] Add reply status to get_folder_items_callback. by Sanket Agarwal · 8 years ago
  37. 2e8c421 Remove advertise whitelist functionality by Jakub Pawlowski · 8 years ago
  38. d7ffd64 Remove deprecated UNUSED macro (5/5) by Myles Watson · 8 years ago
  39. 64c3f22 Remove deprecated UNUSED macro (4/5) by Myles Watson · 8 years ago
  40. d628a06 Remove deprecated UNUSED macro (3/5) by Myles Watson · 8 years ago
  41. b96d349 Remove deprecated UNUSED macro (2/5) by Myles Watson · 8 years ago
  42. d35a648 Remove deprecated UNUSED macro (1/5) by Myles Watson · 8 years ago
  43. 26f2102 Simplify SBC encoder API by Jakub Pawlowski · 8 years ago
  44. 82fcd30 Update the A2DP codec setup and selection mechanism by Pavlin Radoslavov · 8 years ago
  45. 83503b2 Merge "Dequeues direct connection request during cancel conn operation" by Treehugger Robot · 8 years ago
  46. 0e4989b Dequeues direct connection request during cancel conn operation by Subramanian Srinivasan · 10 years ago
  47. 3cb4b33 Update macros: Add parens and do-while blocks by Myles Watson · 8 years ago
  48. e665d39 Remove multiplexing capability in AVDTP by Pavlin Radoslavov · 8 years ago
  49. ed82cc2 Merge "Various small warning/build fixes for Linux" by Treehugger Robot · 8 years ago
  50. 415d112 Reset device security flags when pairing fails by Andre Eisenbach · 8 years ago
  51. 6c0ca7a Various small warning/build fixes for Linux by Jakub Pawlowski · 8 years ago
  52. 029a43b Various small fixes for Linux build by Jakub Pawlowski · 8 years ago
  53. b7bb9f0 Abstract the adjustment of A2DP codec parameters by Pavlin Radoslavov · 8 years ago
  54. 43b6bd3 Merge "Add the appropriate statement to "case:" without "break"" by Treehugger Robot · 8 years ago
  55. 95f9af3 Merge "Remove GAP_CONN_POST_EVT_INCLUDED" by Treehugger Robot · 8 years ago
  56. a1a32078 Remove GAP_CONN_POST_EVT_INCLUDED by Andre Eisenbach · 8 years ago
  57. 4d237f2 Linux build fix by Jakub Pawlowski · 8 years ago
  58. 3ff34be Add the appropriate statement to "case:" without "break" by Pavlin Radoslavov · 8 years ago
  59. b2a292b Renamed most C files to C++: *.c to *.cc by Pavlin Radoslavov · 8 years ago
  60. 1dd7751 Make advertising instance count part of the HCI interface by Jakub Pawlowski · 8 years ago
  61. e7bd890 Implement AVRCP Controller (Client) Browsing. by Sanket Agarwal · 8 years ago
  62. 397e5a5 Format A2DP-related code with clang-format by Pavlin Radoslavov · 8 years ago
  63. 37c1b5f Removed unused *_DYNAMIC_MEMORY conditional statements by Pavlin Radoslavov · 8 years ago
  64. f66f4e9 A2DP-related renaming: a2d_* to a2dp_* by Pavlin Radoslavov · 8 years ago
  65. 3f3b855 Merge "Renamed files: *.c to *.cc in bta/av and stack/a2dp" by Treehugger Robot · 8 years ago
  66. ce1f340 Update GATT channel state to closing during disconnection by Nitin Arora · 9 years ago
  67. a6a2ece Skip LE key derivation if BR key is temporary by Nitin Arora · 9 years ago
  68. cc26bfc Renamed files: *.c to *.cc in bta/av and stack/a2dp by Pavlin Radoslavov · 8 years ago
  69. 682ff8e Merge "Rectify size passed to copy service name to security records" by Treehugger Robot · 8 years ago
  70. 5f35daa Rectify size passed to copy service name to security records by Gurpreet Ghai · 8 years ago
  71. 23f1d32 Add missing header files for ninja by Jakub Pawlowski · 8 years ago
  72. dd5ed02 Add a mechanism to dump A2DP codec stats by Pavlin Radoslavov · 8 years ago
  73. 1394c19 BTIF A2DP Source and Sink refactor and cleanup by Pavlin Radoslavov · 8 years ago
  74. cc8d3ab Update BUILD.gn files by Jakub Pawlowski · 8 years ago
  75. 08406e9 Split btif_media_task into Source, Sink and Control by Pavlin Radoslavov · 8 years ago
  76. 85cd328 cleanup: Remove BT_USE_TRACES and BT_TRACE_APPL by Marie Janssen · 8 years ago
  77. af7b39e stack: remove dead (#if 0'd) code by Marie Janssen · 8 years ago
  78. 80d7f60 Replace all uses of sprintf() with snprint() by George Burgess IV · 9 years ago
  79. b2f7a95 Merge "Revert "Add dumpsys support for LE connection parameter updates"" by Treehugger Robot · 8 years ago
  80. cd03b04 Revert "Add dumpsys support for LE connection parameter updates" by Andre Eisenbach · 8 years ago
  81. 3d5fbca Remove return value of BTM_VendorSpecificCommand function by Jakub Pawlowski · 8 years ago
  82. 763abdf Remove return value from btsnd_hcic_* functions by Jakub Pawlowski · 8 years ago
  83. b6ab9b3 Ignore return value of btsnd_hcic_* functions by Jakub Pawlowski · 8 years ago
  84. 9eaf776 Refactor advertising data types by Jakub Pawlowski · 8 years ago
  85. a0db321 Use the correct API to check whether a codec is valid by Pavlin Radoslavov · 8 years ago
  86. be43ee7 Remove unnecessary checks of BTM_MAX_LOC_BD_NAME_LEN by Jakub Pawlowski · 8 years ago
  87. e47b769 Make Bluetooth LE multi-advertising testable by Jakub Pawlowski · 8 years ago
  88. b74132e Do not request remote name from non-connectable dev by Kim Schulz · 9 years ago
  89. 426da5a Fix 100 LE device connection limitation by Andre Eisenbach · 8 years ago
  90. dc3c1f2 Separate the definition of BTM layer types from control blocks by Jakub Pawlowski · 8 years ago
  91. 0a009c3 Use better callbacks in LE multi advertising by Jakub Pawlowski · 8 years ago
  92. 29796eb Update BUILD.gn files by Jakub Pawlowski · 8 years ago
  93. 6cbb6f8 Merge "Convert BLE multi-advertising code to C++" by Jakub Pawlowski · 8 years ago
  94. 0148726 Convert BLE multi-advertising code to C++ by Jakub Pawlowski · 8 years ago
  95. b3e5af3 Removed usage of A2DP codec_type as a separate field by Pavlin Radoslavov · 8 years ago
  96. 1ec17e0 Fix the BLE connection failure with some mice by chaoyu.x.wu · 9 years ago
  97. c66edf3 Use only PCM as the media feeding format by Pavlin Radoslavov · 8 years ago
  98. b18f03e Localize the usage of tA2D_SBC_CIE only within the SBC codec by Pavlin Radoslavov · 8 years ago
  99. f556693 Fix bad address type assumption by Jakub Pawlowski · 8 years ago
  100. b4458c9 Fix NPE in l2cble_notify_le_connection by Jakub Pawlowski · 8 years ago