1. 0595ca0 Advertising data handling improvements by Jakub Pawlowski · 8 years ago
  2. 3b8f126 Fix AAC bitrate computation and add missing parameters by Kenmochi, Chisato · 8 years ago
  3. f82351f AVRCT CT: uint8_t is used for 2byte field by Sanket Agarwal · 8 years ago
  4. 1e73f14 Merge changes from topic 'bt5_scan_props' by Jakub Pawlowski · 8 years ago
  5. 7de0f9b Propagate BT5 specific scan result properties up the stack (2/3) by Jakub Pawlowski · 8 years ago
  6. d64bf4f Use new event type in BLE scan by Jakub Pawlowski · 8 years ago
  7. a6ba5ac Add a mechanism to configure the default A2DP codec priorities by Pavlin Radoslavov · 8 years ago
  8. 3b27656 BLE Advertising Manager test improvements by Jakub Pawlowski · 8 years ago
  9. e286676 Use local CCB variable in loop to check GAP CCB pool by Venkata Ramana Rao · 8 years ago
  10. 4bfa6b5 Merge changes Ie172ca37,Idf714e51 by Andre Eisenbach · 8 years ago
  11. d56ef46 Remove LPM code from the stack by Myles Watson · 8 years ago
  12. 1c7a152 btif: Remove platform-specific address logic by Myles Watson · 8 years ago
  13. 633a5bc Handled invalid MTU Size in L2cap Process Commands by Ajay Kumar · 11 years ago
  14. 494e53e Update the A2DP Codec Config API by Pavlin Radoslavov · 8 years ago
  15. d5f4960 Integration of the AAC codec for A2DP source by Pavlin Radoslavov · 8 years ago
  16. 367373b HID: Fix forced disconnection flow. by Ivan Podogov · 8 years ago
  17. 6d75adc Add advertising handle zero quirk by Jakub Pawlowski · 8 years ago
  18. c176ff3 Fix the GATT server and HOGP disconnect by IHLHO KIM · 8 years ago
  19. 657baed Fix advertising timeout behaviour. by Jakub Pawlowski · 8 years ago
  20. 86d5b56 Update error check for LE read remote feature event by Nagarjuna Kristam · 8 years ago
  21. b0014da Bluetooth: Handle get RSSI timeout gracefully by Satish Kodishala · 8 years ago
  22. e2eeff4 Convert build system to soong using Android.bp by Jack He · 8 years ago
  23. 4decac3 Add conditional unit testing for codecs that might not be on the device by Pavlin Radoslavov · 8 years ago
  24. 39bbfab Reduced the log verbosity level for aptX/aptX-HD data packets by Pavlin Radoslavov · 8 years ago
  25. 0c86aad Fix for Extended Scan parameter length by Reddy Praveen · 8 years ago
  26. f8e2670 Removed the feeding_init call from tA2DP_ENCODER_INTERFACE by Pavlin Radoslavov · 8 years ago
  27. d556b75 Integrated A2DP LDAC support with the LDAC encoder library by Pavlin Radoslavov · 8 years ago
  28. eab3651 Batch scan simplification by Jakub Pawlowski · 8 years ago
  29. 2ffd8da LE filters without custom data types by Jakub Pawlowski · 8 years ago
  30. 1febda9 Use callbacks for LE filter functions (BTM layer) by Jakub Pawlowski · 8 years ago
  31. a9743d8 Update Linux BUILD.gn files by Jakub Pawlowski · 8 years ago
  32. d43a901 Renamed the aptX and aptX-HD shared libraries by Pavlin Radoslavov · 8 years ago
  33. 8e419b1 Integration of the LDAC codec for A2DP source by Pavlin Radoslavov · 8 years ago
  34. 3a3ec66 Integration of the aptX and aptX-HD codecs for A2DP source by Pavlin Radoslavov · 8 years ago
  35. 5ce0116 Add a mechanism for configuring the A2DP Source codecs by Pavlin Radoslavov · 8 years ago
  36. e396065 LE scanner BTA layer simplification by Jakub Pawlowski · 8 years ago
  37. 8843cc8 HIDD: Add support for HID Device Role by Hemant Gupta · 11 years ago
  38. dabf8d3 HCI interface improvements by Jakub Pawlowski · 8 years ago
  39. 2255250 Fix AdvertisingManager not being initialized by Jakub Pawlowski · 8 years ago
  40. 30c4bfe Remove reduntant capabilities check by Jakub Pawlowski · 8 years ago
  41. e0750ca Expose Bluetooth 5.0 properties to JNI by Jakub Pawlowski · 8 years ago
  42. 801db30 Use LE Extended Advertising Report Event when available by Jakub Pawlowski · 8 years ago
  43. 9df2a55 Use extended set scan enable/parameters when available by Jakub Pawlowski · 8 years ago
  44. 6998882 Update BleAdvertiserHciInterface by Jakub Pawlowski · 8 years ago
  45. 751381c Handle Advertising Set Terminated event by Jakub Pawlowski · 8 years ago
  46. 5af96d3 Advertising Extension Implementation by Jakub Pawlowski · 8 years ago
  47. 7098432 BLE scan filter setup simplification (2/3) by Jakub Pawlowski · 8 years ago
  48. 2ec8746 Add unit tests and refactor LE legacy pairing key distribution methods by Jack He · 8 years ago
  49. f2af1c4 Replace assert with CHECK from base/logging.h by Jack He · 8 years ago
  50. 648d513 Change the parameter type of smp_debug_print_nbyte_little_endian by Jack He · 8 years ago
  51. 29aa1e5 Remove unused btm_set_random_address by Jakub Pawlowski · 8 years ago
  52. 1f4cc6d LE Extended Advertising by Jakub Pawlowski · 8 years ago
  53. d5d8020 Remove unnecessary error message in PORT_DataInd by Jack He · 8 years ago
  54. 83211b0 Get rid of selective connection procedure by Jakub Pawlowski · 8 years ago
  55. 9e30056 Simplify LE Advertising Report Event processing by Jakub Pawlowski · 8 years ago
  56. af7f49c Fix maximum connections reached for BLE by Emil Lenngren · 8 years ago
  57. ad1e23d Remove extern "C" from header files by Jack He · 8 years ago
  58. 3f1e79f Merge "Initialize SDP rmt_io_cap to UNKNOWN (0xFF)" by Treehugger Robot · 8 years ago
  59. 4e5e76a Remove usages of SDP_CLIENT_ENABLED by Ajay Panicker · 8 years ago
  60. a1a1989 Merge "Remove double includes" by Treehugger Robot · 8 years ago
  61. c8e29ef Build fix by Jakub Pawlowski · 8 years ago
  62. 5d790e4 Build fix by Jakub Pawlowski · 8 years ago
  63. 9462c5d Simplify btm_ble_resolve_random_addr by Jakub Pawlowski · 8 years ago
  64. f618f83 Initialize SDP rmt_io_cap to UNKNOWN (0xFF) by Jack He · 8 years ago
  65. 7678dca Fix invvalid lcid check in mca_tc_tbl_by_lcid() by liuchao · 8 years ago
  66. b7cfd05 Remove double includes by Myles Watson · 8 years ago
  67. 9f9166c Add extra logs by default inside sdp_copy_raw_data() by Pavlin Radoslavov · 8 years ago
  68. 37492db Remove coverity comments by Myles Watson · 8 years ago
  69. 911d1ae Apply clang-format to the rest of the tree by Myles Watson · 8 years ago
  70. 9ca0709 Reformat long comments before clang-format by Myles Watson · 8 years ago
  71. 4ebaa86 Add a mechanism for Audio Feeding Parameters negotiation by Pavlin Radoslavov · 8 years ago
  72. cd02ce9 A2DP Codec related cleanup by Pavlin Radoslavov · 8 years ago
  73. ee96a3c Fix asterisks in block quotes by Myles Watson · 8 years ago
  74. 702ae1c AVRCP: Fix get metadata attribute responses by Jack He · 8 years ago
  75. f33b6f4 readability fix: No assigns in if conditionals by Marie Janssen · 8 years ago
  76. a9bfdf9 Merge changes I9ebb32f0,I00393e2b by Treehugger Robot · 8 years ago
  77. 29a0f79 Fix a unit test failure related to SBC maxbitpool testing by Pavlin Radoslavov · 8 years ago
  78. 2e8e9f4 Remove SMP_INCLUDED define by Myles Watson · 8 years ago
  79. 9979121 Remove BTA_GATT_INCLUDED by Myles Watson · 8 years ago
  80. 84baa7f Remove BLE_INCLUDED define by Myles Watson · 8 years ago
  81. 318e310 Report proper advertiser status on registration error by Jakub Pawlowski · 8 years ago
  82. a1e7e55 Constant Cleanup: Remove BT_TRACE_VERBOSE by Marie Janssen · 8 years ago
  83. a75087e Move startAdvertising() logic into native code (2/3) by Jakub Pawlowski · 8 years ago
  84. d374366 Do not reject valid SBC codec parameters by Andre Eisenbach · 8 years ago
  85. 133f0b6 btif: Remove AVRC_CTRL_INCLUDED ifdefs by Marie Janssen · 8 years ago
  86. f62708b Merge "Fix a NULL-pointer check order reverse in GATTC_ConfigureMTU" by Treehugger Robot · 8 years ago
  87. 18738c3 Fix a NULL-pointer check order reverse in GATTC_ConfigureMTU by liuchao · 8 years ago
  88. 7d1faf3 NULL-pointer access before check in BTM_SetBleDataLength by liuchao · 8 years ago
  89. a60c5fd Remove unused GATT_Listen by Jakub Pawlowski · 8 years ago
  90. 06325e3 Reenable advertising instance after an LE advertising state change by Jakub Pawlowski · 8 years ago
  91. 8c29b62 Remove useless NULL-pointer check code in l2cap_client_new by liuchao · 8 years ago
  92. 033d5a2 AVRCP: unify Get{Element,Item}Attributes response. by Marie Janssen · 8 years ago
  93. d0f7dd5 Merge "Fix how LE connection parameters are set after connecting" by Treehugger Robot · 8 years ago
  94. d964cf9 Unify advertising API (1/3) by Jakub Pawlowski · 8 years ago
  95. 7680a0b Always use big endian for keeping service UUID by Jakub Pawlowski · 8 years ago
  96. f9f9926 Fix how LE connection parameters are set after connecting by Jakub Pawlowski · 8 years ago
  97. edb5ecf Handling Authentication Failure From the lower layer by Matadeen Mishra · 9 years ago
  98. 7921e8f BLE OOB Pairing - parse address type (1/5) by Jakub Pawlowski · 8 years ago
  99. 50d1c49 Merge "Add missing brackets for "if" statement inside BTM_ConfirmReqReply()" by Treehugger Robot · 8 years ago
  100. 143d94b Merge "Handle L2CAP disconnection on incomplete connection" by Treehugger Robot · 8 years ago