1. f7100bb Change LE advertisement data length type (uint8_t -> uint16_t) by Jakub Pawlowski · 8 years ago
  2. 0595ca0 Advertising data handling improvements by Jakub Pawlowski · 8 years ago
  3. 7de0f9b Propagate BT5 specific scan result properties up the stack (2/3) by Jakub Pawlowski · 8 years ago
  4. 65cca8f Initializing the SDP event message pointer before sending by Manu Viswanadhan · 8 years ago
  5. eab3651 Batch scan simplification by Jakub Pawlowski · 8 years ago
  6. ad6afdf Get rid of BTA_DmBleCfgFilterCondition by Jakub Pawlowski · 8 years ago
  7. ae2aabe Simplify LE scan filter memory management by Jakub Pawlowski · 8 years ago
  8. 1febda9 Use callbacks for LE filter functions (BTM layer) by Jakub Pawlowski · 8 years ago
  9. e396065 LE scanner BTA layer simplification by Jakub Pawlowski · 8 years ago
  10. 8843cc8 HIDD: Add support for HID Device Role by Hemant Gupta · 10 years ago
  11. 2255250 Fix AdvertisingManager not being initialized by Jakub Pawlowski · 8 years ago
  12. ce34742 Fix pointer type in BTA_DmBleCfgFilterCondition by Jakub Pawlowski · 8 years ago
  13. bced7f0 Fix pointer arithmetic in BTA_DmBleCfgFilterCondition by Andre Eisenbach · 8 years ago
  14. 30c4bfe Remove reduntant capabilities check by Jakub Pawlowski · 8 years ago
  15. d494104 Get rid of BLE_ANDROID_CONTROLLER_SCAN_FILTER by Jakub Pawlowski · 8 years ago
  16. 808650d Modernize BLE Scanner implementation (2/3) by Jakub Pawlowski · 8 years ago
  17. 7098432 BLE scan filter setup simplification (2/3) by Jakub Pawlowski · 8 years ago
  18. f2af1c4 Replace assert with CHECK from base/logging.h by Jack He · 8 years ago
  19. 221e9bf BTA Application registration refactor by Jakub Pawlowski · 8 years ago
  20. 83211b0 Get rid of selective connection procedure by Jakub Pawlowski · 8 years ago
  21. 9ca0709 Reformat long comments before clang-format by Myles Watson · 8 years ago
  22. ee96a3c Fix asterisks in block quotes by Myles Watson · 8 years ago
  23. f33b6f4 readability fix: No assigns in if conditionals by Marie Janssen · 8 years ago
  24. 9008888 Fix formatting after removing defines by Myles Watson · 8 years ago
  25. 9979121 Remove BTA_GATT_INCLUDED by Myles Watson · 8 years ago
  26. 2e8e9f4 Remove SMP_INCLUDED define by Myles Watson · 8 years ago
  27. 84baa7f Remove BLE_INCLUDED define by Myles Watson · 8 years ago
  28. 1baaae3 bta: Fix comment formatting after clang-format by Myles Watson · 8 years ago
  29. cd1fd07 bta: Apply clang-format by Myles Watson · 8 years ago
  30. f355ef5 bta: Prepare include statements for clang-format by Myles Watson · 8 years ago
  31. 8af480e bta: Remove double asterisks in comments by Myles Watson · 8 years ago
  32. 3a2747f Remove unused BLE_PERIPHERAL_MODE_SUPPORT by Jakub Pawlowski · 8 years ago
  33. db76fa4 Assign pairing code to bta_dm_cb before device name resolution by Jack He · 8 years ago
  34. 5ba7922 Separated initialize and re-initialize of DM control block by Srinu Jella · 8 years ago
  35. d7ffd64 Remove deprecated UNUSED macro (5/5) by Myles Watson · 8 years ago
  36. d628a06 Remove deprecated UNUSED macro (3/5) by Myles Watson · 8 years ago
  37. d35a648 Remove deprecated UNUSED macro (1/5) by Myles Watson · 8 years ago
  38. 3cb4b33 Update macros: Add parens and do-while blocks by Myles Watson · 8 years ago
  39. 645ee14 Prevent multiple register of service change indication by Nitin Arora · 8 years ago
  40. 415d112 Reset device security flags when pairing fails by Andre Eisenbach · 8 years ago
  41. b2a292b Renamed most C files to C++: *.c to *.cc by Pavlin Radoslavov · 8 years ago
  42. 00a53d1 Remove BTA layer components for LE advertising by Jakub Pawlowski · 8 years ago
  43. 6a96661 Unify LE advertising instance identifiers by Jakub Pawlowski · 8 years ago
  44. 5b12a83 Use closures in advertising related code by Jakub Pawlowski · 8 years ago
  45. bd60854 Add LE Secure Connection data parsing (3/4) by Jakub Pawlowski · 8 years ago
  46. 42657c2 Revert "Register for Service Changed notifications for untrusted devices" by Satomi · 8 years ago
  47. d19e078 Use standard types, consistent ifdef style everywhere by Marie Janssen · 8 years ago
  48. 25984b0 Get rid of unused BTA_DYNAMIC_MEMORY by Jakub Pawlowski · 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. 3e4f01a Set disable timer in case of any active ACL connection by Srinu Jella · 8 years ago
  52. 063ca02 Add const guarantees by Jakub Pawlowski · 8 years ago
  53. 9dc9985 Use handles to identify GATT attributes (1/4) by Jakub Pawlowski · 9 years ago
  54. f958ee6 Removed duplicate (re)define of BTA_DM_SDP_DB_SIZE by Pavlin Radoslavov · 9 years ago
  55. 31d1a2b Correcting sniff behaviour in multi-connection scenario by Matadeen Mishra · 9 years ago
  56. 9412bba GAP Setting remove device pending status as FALSE by Balraj Selvaraj · 9 years ago
  57. c5734d7 Shorten local name in EIR data according to UTF encoding rules by Matadeen Mishra · 9 years ago
  58. 07f612c Avoid double-free on SDP search failure by Srinu Jella · 9 years ago
  59. 43c94c9 Do not reset Sniff Subrating parameters on SCO link by Satish Kodishala · 9 years ago
  60. 4394720 Fix C/C++ compiler generated warnings by Pavlin Radoslavov · 9 years ago
  61. 717a4a9 Removed checks for NULL returns after osi_calloc() / osi_malloc() by Pavlin Radoslavov · 9 years ago
  62. cceb430 Replaced osi_getbuf()/osi_freebuf() with osi_malloc()/osi_free() by Pavlin Radoslavov · 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. 5f0e23d Register for Service Changed notifications for untrusted devices by Jakub Pawlowski · 9 years ago
  66. f40b136 Add explicit sec_act parameter to encryption requests by Andre Eisenbach · 9 years ago
  67. 78bcff7 Refactor the Bluetooth timers by Pavlin Radoslavov · 9 years ago
  68. 4fc9732 Correctly verify return value of BTM_CancelInquiry by Yan Laijun · 9 years ago
  69. 175da70 Remove BTM_OOB_INCLUDED by Jakub Pawlowski · 9 years ago
  70. dd339ab Allow Bluetooth to build on systems with no LE support by Scott James Remnant · 9 years ago
  71. 77e70b4 Reduce persistence on aquiring master role by Mattias Agren · 9 years ago
  72. 258c253 GKI cleanup - moved GKI buffer allocation wrappers to OSI by Pavlin Radoslavov · 9 years ago
  73. 9f1c9ad GKI cleanup - Moved struct TIMER_LIST_ENT to OSI by Pavlin Radoslavov · 9 years ago
  74. 2e3d006 GKI cleanup - Eliminate usage of pool buffers by Pavlin Radoslavov · 9 years ago
  75. 6b24485 Fix PAN and AV role switch war by tturney · 9 years ago
  76. 7f2eed6 Check BR device count before initiating role switch by Nitin Shivpure · 9 years ago
  77. 4602429 Fix incorrect SetConnScanParam function mapping by Sunny Kapdi · 9 years ago
  78. 1a1b3eb am bc6ad53e: Merge "Improve adv_data transfer between contexts." by Ian Coolidge · 9 years ago
  79. d4c1036 Improve adv_data transfer between contexts. by Ian Coolidge · 9 years ago
  80. f99e586 am c6137426: Fix the logic for stopping the Power Management timers. by Pavlin Radoslavov · 9 years ago
  81. c613742 Fix the logic for stopping the Power Management timers. by Pavlin Radoslavov · 9 years ago
  82. a7b03c0 am 1076b7b0: Customize Bluetooth sniff interval by Pavlin Radoslavov · 9 years ago
  83. 1076b7b Customize Bluetooth sniff interval by Pavlin Radoslavov · 9 years ago
  84. 51a5f0f am b4365c55: Adding transport type while initiating remote discovery by Nitin Arora · 9 years ago
  85. b4365c5 Adding transport type while initiating remote discovery by Nitin Arora · 9 years ago
  86. 263cc87 am 76356aee: Bug fix PM changes and LE connectivity mode fixes by VenkatRaghavan VijayaRaghavan · 9 years ago
  87. 76356ae Bug fix PM changes and LE connectivity mode fixes by VenkatRaghavan VijayaRaghavan · 9 years ago
  88. 9a78e8d am 49120dc8: build: Fix LOG_TAG define breakage, macro usage by Marie Janssen · 9 years ago
  89. 49120dc build: Fix LOG_TAG define breakage, macro usage by Marie Janssen · 9 years ago
  90. d33e39f am db554581: build: Update osi log functions, use consistently by Marie Janssen · 9 years ago
  91. db55458 build: Update osi log functions, use consistently by Marie Janssen · 9 years ago
  92. 25e7147 am d69bef4e: Merge "Prevent LE remote name request during inquiry" into mnc-dev by Andre Eisenbach · 9 years ago
  93. ddbb20b Prevent LE remote name request during inquiry by Nitin Arora · 10 years ago
  94. 5de94fb am bb954527: build: Fix ptr <-> integer cast warnings by Arman Uguray · 9 years ago
  95. f4b0c92 am cab5fc17: gn-build: Remove all -Wno-unused-* flags from build files by Arman Uguray · 9 years ago
  96. bb95452 build: Fix ptr <-> integer cast warnings by Arman Uguray · 9 years ago
  97. cab5fc1 gn-build: Remove all -Wno-unused-* flags from build files by Arman Uguray · 9 years ago
  98. 979e342 Fix mnc-dev <-> master merge errors by Andre Eisenbach · 9 years ago
  99. ab81311 Fix more BLE_INCLUDED == FALSE build breakage by Andre Eisenbach · 9 years ago
  100. 53ef6df Check transport before subscribing for service changes by Andre Eisenbach · 9 years ago