1. 63e500e Use dynamic memory for keeping GATT cache by Jakub Pawlowski · 10 years ago
  2. a015e22 Add missing "\" at end of line by Jakub Pawlowski · 10 years ago
  3. 0a20dd4 Removed function osi_get_buf_size() by Pavlin Radoslavov · 10 years ago
  4. e22c8ed Disable gnu-variable-sized-type-not-at-end warning by Jakub Pawlowski · 10 years ago
  5. 7794b7c Merge "Remove BCM_STR* macros" by Andre Eisenbach · 10 years ago
  6. d535ddb Add missing log tags by Jakub Pawlowski · 10 years ago
  7. 5b9462d Remove BCM_STR* macros by Andre Eisenbach · 10 years ago
  8. 270f86f Add list_back_node method to osi list by Jakub Pawlowski · 10 years ago
  9. 8a01f77 Remove unused return value of bta_gattc_alloc_cache_buf by Jakub Pawlowski · 10 years ago
  10. 2313c24 Suppress some of the Power Management debug log messages by Pavlin Radoslavov · 10 years ago
  11. ea46bfa Fix a call to osi_freebuf_and_reset() by Pavlin Radoslavov · 10 years ago
  12. cac784d Keep sec_dev_rec in list instead of static array by Jakub Pawlowski · 10 years ago
  13. 20524d3 Refactor usage of osi_free() and osi_freebuf() by Pavlin Radoslavov · 10 years ago
  14. 1910a80 osi: add native wakelocks to metrics by Marie Janssen · 10 years ago
  15. f94e67c Fix the processing of AVRCP Rcvd Pass Through messages by Pavlin Radoslavov · 10 years ago
  16. 5f0e23d Register for Service Changed notifications for untrusted devices by Jakub Pawlowski · 10 years ago
  17. 5919554 Don't unregister notifications for unmodified services by Jakub Pawlowski · 10 years ago
  18. 7db2548 Revert "Keep sec_dev_rec in list instead of static array" by Andre Eisenbach · 10 years ago
  19. d36b421 Make autoconnect work properly for devices not having security record by Jakub Pawlowski · 10 years ago
  20. c9f86da Keep sec_dev_rec in list instead of static array by Jakub Pawlowski · 10 years ago
  21. 1685664 Fixed paired device config UUID parsing logic by Andre Eisenbach · 10 years ago
  22. 67f57c6 Make list_foreach() even more useful by Jakub Pawlowski · 10 years ago
  23. 700b163 Assume input from /dev/stdin if no argument provided to btsnooz.py. by Sharvil Nanavati · 10 years ago
  24. 73d488e Remove unused method by Jakub Pawlowski · 10 years ago
  25. 061bf0c Added extra Werror compiler flags by Pavlin Radoslavov · 10 years ago
  26. 64401bf service/client: command line made nicer by Jakub Pawlowski · 10 years ago
  27. 9a76c7a Use C99 for new btif static library by Andre Eisenbach · 10 years ago
  28. 96b9707 Fix build error in bta_gattc_cache.c by Andre Eisenbach · 10 years ago
  29. e37dcf3 Merge "Make BTIF a static library; add unit test framework" by Andre Eisenbach · 10 years ago
  30. e11cc0b Make BTIF a static library; add unit test framework by Andre Eisenbach · 10 years ago
  31. 6859e0c service: add get_gatt_db and it's callback to HAL by Jakub Pawlowski · 10 years ago
  32. 533fdbf Add new HAL method get_gatt_db by Jakub Pawlowski · 10 years ago
  33. 20c6840 Revert "Revert "Avoid double memory free and crash during LE discovery or disconnect"" by Pavlin Radoslavov · 10 years ago
  34. 3a4082d Revert "Avoid double memory free and crash during LE discovery or disconnect" by Ian Pedowitz · 10 years ago
  35. 12091a3 Avoid double memory free and crash during LE discovery or disconnect by Nitin Arora · 10 years ago
  36. 8eea109 Add missing include statements by Pavlin Radoslavov · 10 years ago
  37. ffba52a Added metrics for A2DP transmission queue by Pavlin Radoslavov · 10 years ago
  38. adca151 Fix the calling pattern of the debug dump functions by Pavlin Radoslavov · 10 years ago
  39. 8113f8c Merge "Spoof response to AT+CNUM if we don't get a reply from the audio gateway." by Sharvil Nanavati · 10 years ago
  40. 9ca88af Fix return value for HAL function config_clear. by Sharvil Nanavati · 10 years ago
  41. b83028d Adds null check before freeing LE services list by Subramanian Srinivasan · 10 years ago
  42. 33bab32 Fix compilation errors when SMP_DEBUG flag is enabled by Subramanian Srinivasan · 10 years ago
  43. 18a906d Spoof response to AT+CNUM if we don't get a reply from the audio gateway. by Sharvil Nanavati · 10 years ago
  44. dd7aaec Allow alarm_cancel() on NULL timers by Pavlin Radoslavov · 10 years ago
  45. da35bbc service: Update HAL call for arguments by Marie Janssen · 10 years ago
  46. 326b602 service: MTU changed callback for GATT server by Jakub Pawlowski · 10 years ago
  47. 756cc4b service/client: add command to change MTU by Jakub Pawlowski · 10 years ago
  48. f40b136 Add explicit sec_act parameter to encryption requests by Andre Eisenbach · 10 years ago
  49. 7066f58 Fix invalid pointer de-reference resulting in a crash by Andre Eisenbach · 10 years ago
  50. a655107 service: add SetMtu and OnMtuChanged by Jakub Pawlowski · 10 years ago
  51. 927d624 Merge "Remove headers from LOCAL_SRC_FILES" by Dan Willemsen · 10 years ago
  52. c0b1698 service: add bunch of GATT callback handlers by Jakub Pawlowski · 10 years ago
  53. 74385e5 service/example: Heart Rate Server: advertise UUID by Jakub Pawlowski · 10 years ago
  54. 16e1170 Merge "service: add pairing callback handling" by Jakub Pawlowski · 10 years ago
  55. ea5c826 Merge "service: Fix BluetoothInterface locking issues" by Jakub Pawlowski · 10 years ago
  56. c2ffe4e service: add pairing callback handling by Jakub Pawlowski · 10 years ago
  57. d023549 service: implement HAL callback for response confirmation by Jakub Pawlowski · 10 years ago
  58. e273daa Do not enable A2DP sink by default by Andre Eisenbach · 10 years ago
  59. 3c8abb3 service: Fix BluetoothInterface locking issues by Jakub Pawlowski · 10 years ago
  60. d1fad88 Remove headers from LOCAL_SRC_FILES by Dan Willemsen · 10 years ago
  61. 9c68cdf service: Handle configure_mtu_cb, search_complete_cb and search_result_cb events by Jakub Pawlowski · 10 years ago
  62. fd4df52 Merge "service/example: Add advertise flag for hr server" by Marie Janssen · 10 years ago
  63. 916441a Merge "service: handle remote_device_properties_cb callback" by Jakub Pawlowski · 10 years ago
  64. 47b4561 Additional headsets blacklisted for absolute volume by tturney · 10 years ago
  65. 01d5513 Merge "Remove unused definition BOARD_HAVE_BLUETOOTH_BCM." by Sharvil Nanavati · 10 years ago
  66. ec647fa A2DP audio HAL: fix write error behavior by Eric Laurent · 10 years ago
  67. b283d64 Remove unused definition BOARD_HAVE_BLUETOOTH_BCM. by Sharvil Nanavati · 10 years ago
  68. 032169c service/example: Add advertise flag for hr server by Jakub Pawlowski · 10 years ago
  69. 98ae9b2 Add missing creation of timer tSMP_CB.smp_rsp_timer_ent by Pavlin Radoslavov · 10 years ago
  70. 4b7f560 Add extra log if timer_create(CLOCK_BOOTTIME_ALARM) fails by Pavlin Radoslavov · 10 years ago
  71. f40f0d0 service: handle remote_device_properties_cb callback by Jakub Pawlowski · 10 years ago
  72. 1097801 A workaround for kernels missing CLOCK_BOOTTIME_ALARM by Pavlin Radoslavov · 10 years ago
  73. d61f8d9 Merge "service: Solve locking issues inside GATT interface" by Jakub Pawlowski · 10 years ago
  74. 78bcff7 Refactor the Bluetooth timers by Pavlin Radoslavov · 10 years ago
  75. d2e2508 Add support for native kernel and callout wakelocks by Pavlin Radoslavov · 10 years ago
  76. 1c50abb Move btsnooz.py script from Android Wear to the BT stack project. by Sharvil Nanavati · 10 years ago
  77. 25689c1 service: Solve locking issues inside GATT interface by Jakub Pawlowski · 10 years ago
  78. e8c3dde Update btsnooz log file format to log ACL and SCO headers. by Sharvil Nanavati · 10 years ago
  79. c637b0c Fix build break in system/bt by Alex Vakulenko · 10 years ago
  80. 0620f97 Add socket tx/rx accounting by Adam Lesinski · 10 years ago
  81. 5fbbf42 Merge "service/client: implement connect and disconnect methods" by Jakub Pawlowski · 10 years ago
  82. 608762d service/client: implement connect and disconnect methods by Jakub Pawlowski · 10 years ago
  83. 1cbff4e Add missing field to fake Bluetooth interface by Ajay Panicker · 10 years ago
  84. 57d7bf9 bt: Update libchrome APIs to r369476 by Alex Vakulenko · 10 years ago
  85. 455dc8f service: Expose Connect and Disconnect through IBluetothLowEnergy by Jakub Pawlowski · 10 years ago
  86. 740bebd Merge "Add Connect and Disconnect methods to LowEnergyClient" by Jakub Pawlowski · 10 years ago
  87. 648393f Merge "service: add HAL for connect/disconnect" by Jakub Pawlowski · 10 years ago
  88. a6372e9 Add Connect and Disconnect methods to LowEnergyClient by Jakub Pawlowski · 10 years ago
  89. 69a3436 Support for A2DP Sink - Follow-up fix by Pavlin Radoslavov · 10 years ago
  90. ce021dd service: add HAL for connect/disconnect by Jakub Pawlowski · 10 years ago
  91. 6b84f29 Support for A2DP Sink and Proper initialization of profiles by Anubhav Gupta · 10 years ago
  92. 760fb70 Make list_foreach() more useful by Andre Eisenbach · 10 years ago
  93. 15df6d4 Do not send AT+CHLD=? if the 3-way call feature is not supported by Devin Kim · 10 years ago
  94. dff1aa9 service: Implement IBinder.dump() by Marie Janssen · 10 years ago
  95. f6e7804 Merge "service: Add RegisterTestClient" by Jakub Pawlowski · 10 years ago
  96. 53cfa7c service: Add RegisterTestClient by Jakub Pawlowski · 10 years ago
  97. ba197a2 service: add scan support to bluetooth-cli by Jakub Pawlowski · 10 years ago
  98. 45480a0 service: Add LE scan result support to Binder API by Arman Uguray · 10 years ago
  99. 6dc9202 service: Add LE scan support to Binder API by Arman Uguray · 10 years ago
  100. c18c15d Merge "service: Add OnScanResult Delegate event." by Jakub Pawlowski · 10 years ago