1. 5eedb96 service: Use built-in byte vector parser by Jakub Pawlowski · 9 years ago
  2. e6e73fa Remove the need for -Wno-constant-logical-operand by Andre Eisenbach · 9 years ago
  3. dbd767d Remove Porsche car-kit pairing workaround by Andre Eisenbach · 9 years ago
  4. ed906fc Fix compile error due to interop_feature_t not being public by Andre Eisenbach · 9 years ago
  5. b97fc43 Add new HAL functions to fake Bluetooth interface by Andre Eisenbach · 9 years ago
  6. e42d1d7 Add ability to add interop entries dynamically (2/2) by Andre Eisenbach · 9 years ago
  7. a9ea43b Fix compilation warnings/errors on fugu by Pavlin Radoslavov · 9 years ago
  8. 4394720 Fix C/C++ compiler generated warnings by Pavlin Radoslavov · 9 years ago
  9. b937cc0 service: Add services removed/added handlers by Jakub Pawlowski · 9 years ago
  10. 1377f93 Cleanup C and C++ compiler flags by Pavlin Radoslavov · 9 years ago
  11. b7672f4 Pick proper addres type for unknown devices by Jakub Pawlowski · 9 years ago
  12. ab2c488 Fix discovery status handling by Jakub Pawlowski · 9 years ago
  13. 0acfd13 Validates the PDU length of GATT Prepare Write attribute requests by Subramanian Srinivasan · 9 years ago
  14. 79b294d Create backup for bt_config.conf by Ajay Panicker · 9 years ago
  15. 64a0328 Removed function bte_load_ble_conf by Ajay Panicker · 9 years ago
  16. 9fd552b Add handle range to BTA_GATTC_GetGattDb by Jakub Pawlowski · 9 years ago
  17. 717a4a9 Removed checks for NULL returns after osi_calloc() / osi_malloc() by Pavlin Radoslavov · 9 years ago
  18. 00f6f06 osi: Don't use -std=c99 to compile by Marie Janssen · 9 years ago
  19. 1eacb3d Remove code related to legacy config file by Ajay Panicker · 9 years ago
  20. 6ed1548 Add Privacy 1.0/1.1 check for BG connection by Satya Calloji · 9 years ago
  21. 2fdc1a1 binder: fix possible stack corruption by Marie Janssen · 9 years ago
  22. 77f579f osi: add metrics API by Marie Janssen · 9 years ago
  23. c2ea2f6 Fix possible memory leak by Jakub Pawlowski · 9 years ago
  24. 6b0798a Fix auto disconnect right after connecting by Jakub Pawlowski · 9 years ago
  25. c12b2c0 Set GATT link inactivity timer to 1 by Priti Aghera · 9 years ago
  26. feb9e4d Add Developer menu entry to disable Bluetooth absolute volume by Andre Eisenbach · 9 years ago
  27. cceb430 Replaced osi_getbuf()/osi_freebuf() with osi_malloc()/osi_free() by Pavlin Radoslavov · 9 years ago
  28. 63e500e Use dynamic memory for keeping GATT cache by Jakub Pawlowski · 9 years ago
  29. a015e22 Add missing "\" at end of line by Jakub Pawlowski · 9 years ago
  30. 0a20dd4 Removed function osi_get_buf_size() by Pavlin Radoslavov · 9 years ago
  31. e22c8ed Disable gnu-variable-sized-type-not-at-end warning by Jakub Pawlowski · 9 years ago
  32. 7794b7c Merge "Remove BCM_STR* macros" by Andre Eisenbach · 9 years ago
  33. d535ddb Add missing log tags by Jakub Pawlowski · 9 years ago
  34. 5b9462d Remove BCM_STR* macros by Andre Eisenbach · 9 years ago
  35. 270f86f Add list_back_node method to osi list by Jakub Pawlowski · 9 years ago
  36. 8a01f77 Remove unused return value of bta_gattc_alloc_cache_buf by Jakub Pawlowski · 9 years ago
  37. 2313c24 Suppress some of the Power Management debug log messages by Pavlin Radoslavov · 9 years ago
  38. ea46bfa Fix a call to osi_freebuf_and_reset() by Pavlin Radoslavov · 9 years ago
  39. cac784d Keep sec_dev_rec in list instead of static array by Jakub Pawlowski · 9 years ago
  40. 20524d3 Refactor usage of osi_free() and osi_freebuf() by Pavlin Radoslavov · 9 years ago
  41. 1910a80 osi: add native wakelocks to metrics by Marie Janssen · 9 years ago
  42. f94e67c Fix the processing of AVRCP Rcvd Pass Through messages by Pavlin Radoslavov · 9 years ago
  43. 5f0e23d Register for Service Changed notifications for untrusted devices by Jakub Pawlowski · 9 years ago
  44. 5919554 Don't unregister notifications for unmodified services by Jakub Pawlowski · 9 years ago
  45. 7db2548 Revert "Keep sec_dev_rec in list instead of static array" by Andre Eisenbach · 9 years ago
  46. d36b421 Make autoconnect work properly for devices not having security record by Jakub Pawlowski · 9 years ago
  47. c9f86da Keep sec_dev_rec in list instead of static array by Jakub Pawlowski · 9 years ago
  48. 1685664 Fixed paired device config UUID parsing logic by Andre Eisenbach · 9 years ago
  49. 67f57c6 Make list_foreach() even more useful by Jakub Pawlowski · 9 years ago
  50. 700b163 Assume input from /dev/stdin if no argument provided to btsnooz.py. by Sharvil Nanavati · 9 years ago
  51. 73d488e Remove unused method by Jakub Pawlowski · 9 years ago
  52. 061bf0c Added extra Werror compiler flags by Pavlin Radoslavov · 9 years ago
  53. 64401bf service/client: command line made nicer by Jakub Pawlowski · 9 years ago
  54. 9a76c7a Use C99 for new btif static library by Andre Eisenbach · 9 years ago
  55. 96b9707 Fix build error in bta_gattc_cache.c by Andre Eisenbach · 9 years ago
  56. e37dcf3 Merge "Make BTIF a static library; add unit test framework" by Andre Eisenbach · 9 years ago
  57. e11cc0b Make BTIF a static library; add unit test framework by Andre Eisenbach · 9 years ago
  58. 6859e0c service: add get_gatt_db and it's callback to HAL by Jakub Pawlowski · 9 years ago
  59. 533fdbf Add new HAL method get_gatt_db by Jakub Pawlowski · 9 years ago
  60. 20c6840 Revert "Revert "Avoid double memory free and crash during LE discovery or disconnect"" by Pavlin Radoslavov · 9 years ago
  61. 3a4082d Revert "Avoid double memory free and crash during LE discovery or disconnect" by Ian Pedowitz · 9 years ago
  62. 12091a3 Avoid double memory free and crash during LE discovery or disconnect by Nitin Arora · 9 years ago
  63. 8eea109 Add missing include statements by Pavlin Radoslavov · 9 years ago
  64. ffba52a Added metrics for A2DP transmission queue by Pavlin Radoslavov · 9 years ago
  65. adca151 Fix the calling pattern of the debug dump functions by Pavlin Radoslavov · 9 years ago
  66. 8113f8c Merge "Spoof response to AT+CNUM if we don't get a reply from the audio gateway." by Sharvil Nanavati · 9 years ago
  67. 9ca88af Fix return value for HAL function config_clear. by Sharvil Nanavati · 9 years ago
  68. b83028d Adds null check before freeing LE services list by Subramanian Srinivasan · 9 years ago
  69. 33bab32 Fix compilation errors when SMP_DEBUG flag is enabled by Subramanian Srinivasan · 9 years ago
  70. 18a906d Spoof response to AT+CNUM if we don't get a reply from the audio gateway. by Sharvil Nanavati · 9 years ago
  71. dd7aaec Allow alarm_cancel() on NULL timers by Pavlin Radoslavov · 9 years ago
  72. da35bbc service: Update HAL call for arguments by Marie Janssen · 9 years ago
  73. 326b602 service: MTU changed callback for GATT server by Jakub Pawlowski · 9 years ago
  74. 756cc4b service/client: add command to change MTU by Jakub Pawlowski · 9 years ago
  75. f40b136 Add explicit sec_act parameter to encryption requests by Andre Eisenbach · 9 years ago
  76. 7066f58 Fix invalid pointer de-reference resulting in a crash by Andre Eisenbach · 9 years ago
  77. a655107 service: add SetMtu and OnMtuChanged by Jakub Pawlowski · 9 years ago
  78. 927d624 Merge "Remove headers from LOCAL_SRC_FILES" by Dan Willemsen · 9 years ago
  79. c0b1698 service: add bunch of GATT callback handlers by Jakub Pawlowski · 9 years ago
  80. 74385e5 service/example: Heart Rate Server: advertise UUID by Jakub Pawlowski · 9 years ago
  81. 16e1170 Merge "service: add pairing callback handling" by Jakub Pawlowski · 9 years ago
  82. ea5c826 Merge "service: Fix BluetoothInterface locking issues" by Jakub Pawlowski · 9 years ago
  83. c2ffe4e service: add pairing callback handling by Jakub Pawlowski · 9 years ago
  84. d023549 service: implement HAL callback for response confirmation by Jakub Pawlowski · 9 years ago
  85. e273daa Do not enable A2DP sink by default by Andre Eisenbach · 9 years ago
  86. 3c8abb3 service: Fix BluetoothInterface locking issues by Jakub Pawlowski · 9 years ago
  87. d1fad88 Remove headers from LOCAL_SRC_FILES by Dan Willemsen · 9 years ago
  88. 9c68cdf service: Handle configure_mtu_cb, search_complete_cb and search_result_cb events by Jakub Pawlowski · 9 years ago
  89. fd4df52 Merge "service/example: Add advertise flag for hr server" by Marie Janssen · 9 years ago
  90. 916441a Merge "service: handle remote_device_properties_cb callback" by Jakub Pawlowski · 9 years ago
  91. 47b4561 Additional headsets blacklisted for absolute volume by tturney · 9 years ago
  92. 01d5513 Merge "Remove unused definition BOARD_HAVE_BLUETOOTH_BCM." by Sharvil Nanavati · 9 years ago
  93. ec647fa A2DP audio HAL: fix write error behavior by Eric Laurent · 9 years ago
  94. b283d64 Remove unused definition BOARD_HAVE_BLUETOOTH_BCM. by Sharvil Nanavati · 9 years ago
  95. 032169c service/example: Add advertise flag for hr server by Jakub Pawlowski · 9 years ago
  96. 98ae9b2 Add missing creation of timer tSMP_CB.smp_rsp_timer_ent by Pavlin Radoslavov · 9 years ago
  97. 4b7f560 Add extra log if timer_create(CLOCK_BOOTTIME_ALARM) fails by Pavlin Radoslavov · 9 years ago
  98. f40f0d0 service: handle remote_device_properties_cb callback by Jakub Pawlowski · 9 years ago
  99. 1097801 A workaround for kernels missing CLOCK_BOOTTIME_ALARM by Pavlin Radoslavov · 9 years ago
  100. d61f8d9 Merge "service: Solve locking issues inside GATT interface" by Jakub Pawlowski · 9 years ago