1. 2c8ddc6 Added void keyword to function declaration and definition by Jack He · 8 years ago
  2. 7aaf7c6 A2DP-related naming refactoring and cleanup by Pavlin Radoslavov · 8 years ago
  3. d19e078 Use standard types, consistent ifdef style everywhere by Marie Janssen · 8 years ago
  4. 25984b0 Get rid of unused BTA_DYNAMIC_MEMORY by Jakub Pawlowski · 8 years ago
  5. 8cbc291 Add missing NULL pointers assignments by Pavlin Radoslavov · 8 years ago
  6. 0bd0c8f Remote device changes for SMP certification by Nitin Arora · 9 years ago
  7. 9b99e99 Remove unnecesarry hash_map includes by Jakub Pawlowski · 8 years ago
  8. 3d6accf Move extern "C" to top of headers and remove tBTA_HF_CLIENT_HDR. by Bryce Lee · 8 years ago
  9. 2aa2b80 PTS: Read SMP pairing options from bt_stack.conf by Nitin Arora · 9 years ago
  10. 4cdb0e5 PTS: Avoid BR SDP after LE pairing by Nitin Arora · 9 years ago
  11. 36ad41b PTS: Allow disabling connection updates by Nitin Arora · 9 years ago
  12. a0ee0f8 PTS: Add a Secure Only mode. by Nitin Arora · 9 years ago
  13. 713993d Convert BTIF code from C to C++ by Jakub Pawlowski · 8 years ago
  14. 1bd691c Fix issues during cleanup stage of the Bluetooth stack by Pavlin Radoslavov · 8 years ago
  15. 7ee02bd Move autopair blacklist to interop database by Andre Eisenbach · 8 years ago
  16. 9a58e68 Bring back support for legacy bt_config.xml by Alain Vongsouvanh · 8 years ago
  17. e919eda Fix startup error when no config file provided by Jakub Pawlowski · 9 years ago
  18. d7a05a0 Update build files for Fluoride on Linux by Jakub Pawlowski · 9 years ago
  19. fd7ca62 Get rid of counter by Jakub Pawlowski · 9 years ago
  20. 1d00dd2 Write Protobuf in Base64 by Ajay Panicker · 9 years ago
  21. e42d1d7 Add ability to add interop entries dynamically (2/2) by Andre Eisenbach · 9 years ago
  22. 4394720 Fix C/C++ compiler generated warnings by Pavlin Radoslavov · 9 years ago
  23. 1377f93 Cleanup C and C++ compiler flags by Pavlin Radoslavov · 9 years ago
  24. 64a0328 Removed function bte_load_ble_conf by Ajay Panicker · 9 years ago
  25. 1eacb3d Remove code related to legacy config file by Ajay Panicker · 9 years ago
  26. 77f579f osi: add metrics API by Marie Janssen · 9 years ago
  27. cceb430 Replaced osi_getbuf()/osi_freebuf() with osi_malloc()/osi_free() by Pavlin Radoslavov · 9 years ago
  28. e11cc0b Make BTIF a static library; add unit test framework by Andre Eisenbach · 9 years ago
  29. 78bcff7 Refactor the Bluetooth timers by Pavlin Radoslavov · 9 years ago
  30. 0620f97 Add socket tx/rx accounting by Adam Lesinski · 9 years ago
  31. 6b84f29 Support for A2DP Sink and Proper initialization of profiles by Anubhav Gupta · 9 years ago
  32. 8fc771e Bluetooth: Silence unused-parameter warning by Andreas Gampe · 9 years ago
  33. d3842ed Compile as 64-bit library; fix includes by Andre Eisenbach · 9 years ago
  34. 45a94e1 Removed libpower-related references. by Pavlin Radoslavov · 9 years ago
  35. 3e54b60 gn-build: Get net_test_bluetooth to compile by Marie Janssen · 9 years ago
  36. 258c253 GKI cleanup - moved GKI buffer allocation wrappers to OSI by Pavlin Radoslavov · 9 years ago
  37. 1a3844f GKI cleanup - Replaced usage of GKI queue with OSI fixed_queue by Pavlin Radoslavov · 9 years ago
  38. c196f21 GKI cleanup - Moved GKI_get_os_tick_count() to OSI by Pavlin Radoslavov · 9 years ago
  39. de86bfa Add libpower as a dependency to all device targets that include libosi. by Sharvil Nanavati · 9 years ago
  40. abea99e am fb685ef1: Fix typo in main/bte_main.c. by Miao Chou · 9 years ago
  41. fb685ef Fix typo in main/bte_main.c. by Miao Chou · 9 years ago
  42. 0839305 resolved conflicts for merge of 49a86709 to mnc-dev-plus-aosp by Marie Janssen · 9 years ago
  43. 49a8670 build: LOG_TAG consistency, include order, build fixes by Marie Janssen · 9 years ago
  44. 5f06ecb am 80caab27: Drop obsolete libpower dependency. by Ian Coolidge · 9 years ago
  45. 80caab2 Drop obsolete libpower dependency. by Ian Coolidge · 9 years ago
  46. e9d2d9b am f2d6434a: gn-build: Add bluetooth-service target by Arman Uguray · 9 years ago
  47. f2d6434 gn-build: Add bluetooth-service target by Arman Uguray · 9 years ago
  48. 9a78e8d am 49120dc8: build: Fix LOG_TAG define breakage, macro usage by Marie Janssen · 9 years ago
  49. 49120dc build: Fix LOG_TAG define breakage, macro usage by Marie Janssen · 9 years ago
  50. d33e39f am db554581: build: Update osi log functions, use consistently by Marie Janssen · 9 years ago
  51. db55458 build: Update osi log functions, use consistently by Marie Janssen · 9 years ago
  52. 5de94fb am bb954527: build: Fix ptr <-> integer cast warnings by Arman Uguray · 9 years ago
  53. f4b0c92 am cab5fc17: gn-build: Remove all -Wno-unused-* flags from build files by Arman Uguray · 9 years ago
  54. bb95452 build: Fix ptr <-> integer cast warnings by Arman Uguray · 9 years ago
  55. cab5fc1 gn-build: Remove all -Wno-unused-* flags from build files by Arman Uguray · 9 years ago
  56. 9df517b am 74626115: Re-enable the OSI memory allocation tracker. by Pavlin Radoslavov · 9 years ago
  57. 7462611 Re-enable the OSI memory allocation tracker. by Pavlin Radoslavov · 9 years ago
  58. 03583e8 Build the shared library with --whole-archive by Zach Johnson · 9 years ago
  59. cae219f Shutdown alarm callbacks on stack disable; added OSI module by Andre Eisenbach · 9 years ago
  60. 1bd7605 Bluetooth native dumpsys logging support (2/5) by Andre Eisenbach · 10 years ago
  61. 426459b am 6c014aca: gn-build: Get bluetooth.default.so to compile by Arman Uguray · 9 years ago
  62. 6c014ac gn-build: Get bluetooth.default.so to compile by Arman Uguray · 9 years ago
  63. b959a40 resolved conflicts for merge of 1f81b64b to mnc-dev-plus-aosp by Ian Coolidge · 9 years ago
  64. 1f81b64 Set default symbol visibility to 'hidden'. by Ian Coolidge · 9 years ago
  65. 9336eb2 am 9ca3fb82: build: Add missing copyright headers to new GN build files by Arman Uguray · 9 years ago
  66. 9ca3fb8 build: Add missing copyright headers to new GN build files by Arman Uguray · 9 years ago
  67. 7322a63 am 09182829: Merge "Initial attempt at a GN/Ninja-based build system" by Scott James Remnant · 9 years ago
  68. 0ef6b34 Build the shared library with --whole-archive by Zach Johnson · 9 years ago
  69. 3e3d2a1 Shutdown alarm callbacks on stack disable; added OSI module by Andre Eisenbach · 9 years ago
  70. 4c29231 Initial attempt at a GN/Ninja-based build system by Scott James Remnant · 9 years ago
  71. 89f5e41 Bluetooth native dumpsys logging support (2/5) by Andre Eisenbach · 10 years ago
  72. 2cd086a am f29a2fb..e07ad10 from mirror-m-wireless-internal-release by Vinit Deshpande · 9 years ago
  73. 8372aa5 L2CAP and SDP Search API for BT profiles (2/2) by Kim Schulz · 9 years ago
  74. b246a1a Merge commit '4bf68bf020c7fd1aabcdc4b5d8f5fbb8bacdec9d' into merge_work by Prerepa Viswanadham · 9 years ago
  75. 4540f59 Static code analysis cleanups and minor bug fixes by VenkatRaghavan VijayaRaghavan · 10 years ago
  76. 47d68ee osi: add compat code for glibc by Scott James Remnant · 9 years ago
  77. e1a9e52 Merge commit 'f7f839985b3931682363d2ef3b7c5cae55a842ee' into merge by Etan Cohen · 9 years ago
  78. 6afb248 Resolved hardware error observed during SCO Connection setup by Mudumba Ananth · 9 years ago
  79. 03f182b Revert "Resolved hardware error observed during SCO Connection setup" by Chris Manton · 9 years ago
  80. 4d8ac4f Resolved hardware error observed during SCO Connection setup by Mudumba Ananth · 9 years ago
  81. f802700 Demote, cleanup and extend observed logging by Chris Manton · 10 years ago
  82. 95b74f2 Use fully qualified path for btcore includes. by Sharvil Nanavati · 10 years ago
  83. 0f9b91e Use fully qualified path for OSI includes. by Sharvil Nanavati · 10 years ago
  84. b55a8a6 Rejig hci upwards dispatch by Zach Johnson · 10 years ago
  85. 04bb236 Reinstate btsnoop last log saving by Zach Johnson · 10 years ago
  86. c0a87fe Remove GKI timers by Sharvil Nanavati · 10 years ago
  87. 24ff5af Collapse more feature flags. by Sharvil Nanavati · 10 years ago
  88. a330b10 Collapse RFCOMM_INCLUDED and GAP_INCLUDED guards. by Sharvil Nanavati · 10 years ago
  89. 4480276 Add platform-independent logging macros to OSI. by Sharvil Nanavati · 10 years ago
  90. 79ecab5 Move controller module to device directory by Chris Manton · 10 years ago
  91. 78a51cb counter implementation by Chris Manton · 10 years ago
  92. f3bf1b7 Remove uncompiled unused PBAP support by Zach Johnson · 10 years ago
  93. 794f3b5 Removal of bd.[c|h] by Chris Manton · 10 years ago
  94. 8e90de4 Remove some remaining references to OBX by Zach Johnson · 10 years ago
  95. 9df3c8c Remove a bunch of always-false macros by Zach Johnson · 10 years ago
  96. e623c26 Remove definitions for DUN by Zach Johnson · 10 years ago
  97. 86a56d3 Remove always false TCS_INCLUDED macro & friends by Zach Johnson · 10 years ago
  98. c8235d0 Remove remaining references to GOEP by Zach Johnson · 10 years ago
  99. 24933b5 Removing unnecessary BTAPI #defines. by June R. Tate-Gans · 10 years ago
  100. a9a9dc0 Remove BTTRC_INCLUDED by Zach Johnson · 10 years ago