1. 7ee5835 [system][bt] fix -Wreorder-init-list by Nick Desaulniers · 5 years ago
  2. 8303629 Add Filtering for snoop logs based on L2CAP and RFCOMM Channels (1/4) by Ajay Panicker · 6 years ago
  3. b22ea41 Revert "Remove redundant GATT_StartIf" by Jakub Pawlowski · 6 years ago
  4. cb45b1e Remove redundant GATT_StartIf by Jakub Pawlowski · 6 years ago
  5. 2dbd3ac Minimize amount of Flow Control packets for L2CAP CoC by Jakub Pawlowski · 7 years ago
  6. b9c95d5 Report LE CoC credits to GAP clients by Jakub Pawlowski · 7 years ago
  7. 42bdd07 Make GAP_ConnWriteData accept BT_HDR by Jakub Pawlowski · 7 years ago
  8. ce5f485 Limit data accepted by GAP_ConnWriteData to just one SDU by Jakub Pawlowski · 7 years ago
  9. 00c922a Fix buffer overflow in GAP_ConnWriteData by Jakub Pawlowski · 7 years ago
  10. 3114ecd Revert "Fix buffer overflow in GAP_ConnWriteData" by Hansong Zhang · 7 years ago
  11. 9f9c476 Fix buffer overflow in GAP_ConnWriteData by Jakub Pawlowski · 7 years ago
  12. a32cfc9 Revert "Use vector instead of raw pointer in l2cap socket write handling" by Jakub Pawlowski · 7 years ago
  13. 4da2ff5 Use vector instead of raw pointer in l2cap socket write handling by Jakub Pawlowski · 7 years ago
  14. d35eb7a Make LE CoC Maximum PDU Size configurable by Jakub Pawlowski · 7 years ago
  15. 5b790fe Make copyright headers consistent with Google template; remove "(C)" by Jakub Pawlowski · 7 years ago
  16. 5d5fcf2 Manually convert to unary where coccinelle could not by Myles Watson · 7 years ago
  17. 819e2ec Use one type for UUID (1/5) by Jakub Pawlowski · 7 years ago
  18. 5c5c106 GAP: Set service_id before calling gap_release_ccb by Myles Watson · 7 years ago
  19. b707f44 Make RawAddress into a class (1/3) by Jakub Pawlowski · 7 years ago
  20. a484a88 Rename bt_bdaddr_t into RawAddress (3/3) by Jakub Pawlowski · 7 years ago
  21. b7b7473 Unify the empty and any address usage by Jakub Pawlowski · 7 years ago
  22. c2276b0 Use bt_bdaddr_t instead of BD_ADDR by Jakub Pawlowski · 7 years ago
  23. a66ea61 Get rid of AMP_INCLUDED by Jakub Pawlowski · 7 years ago
  24. 4dfce22 Get rid of GAP control block by Jakub Pawlowski · 7 years ago
  25. 0f3d3fe Get rid of GAP_TRACE_* logs by Jakub Pawlowski · 7 years ago
  26. b0e8d9c Get rid of GAP_CONN_INCLUDED by Jakub Pawlowski · 7 years ago
  27. c21894e BLE GAP simplification by Jakub Pawlowski · 7 years ago
  28. bd40666 Remove dead code from GAP by Jakub Pawlowski · 7 years ago
  29. 16bb48b Fix GATT Server disconnecting for no reason by Jakub Pawlowski · 7 years ago
  30. 63e8f19 Revert "Fix GATT Server disconnecting for no reason" by Jakub Pawlowski · 7 years ago
  31. feec106 Fix crashes when GAP operation is interrupted by disconnection by Jakub Pawlowski · 7 years ago
  32. b69edd5 Fix GATT Server disconnecting for no reason by Jakub Pawlowski · 7 years ago
  33. b5ba4fd Expose connection update callback (1/3) by Jakub Pawlowski · 7 years ago
  34. eafd45d Set preferred PHY and read PHY implementation (3/3) by Jakub Pawlowski · 7 years ago
  35. 0ec9475 Fix comment formatting at the beginning of lines by Myles Watson · 8 years ago
  36. e286676 Use local CCB variable in loop to check GAP CCB pool by Venkata Ramana Rao · 8 years ago
  37. 911d1ae Apply clang-format to the rest of the tree by Myles Watson · 8 years ago
  38. 9ca0709 Reformat long comments before clang-format by Myles Watson · 8 years ago
  39. ee96a3c Fix asterisks in block quotes by Myles Watson · 8 years ago
  40. f33b6f4 readability fix: No assigns in if conditionals by Marie Janssen · 8 years ago
  41. 84baa7f Remove BLE_INCLUDED define by Myles Watson · 8 years ago
  42. d7ffd64 Remove deprecated UNUSED macro (5/5) by Myles Watson · 8 years ago
  43. d35a648 Remove deprecated UNUSED macro (1/5) by Myles Watson · 8 years ago
  44. a1a32078 Remove GAP_CONN_POST_EVT_INCLUDED by Andre Eisenbach · 8 years ago
  45. b2a292b Renamed most C files to C++: *.c to *.cc by Pavlin Radoslavov · 8 years ago
  46. 109891d Make gatt_attr use opportunistic connection by Jakub Pawlowski · 8 years ago
  47. d19e078 Use standard types, consistent ifdef style everywhere by Marie Janssen · 8 years ago
  48. a641b6f GATT Server refactoring (4/4) by Jakub Pawlowski · 8 years ago
  49. 8e7323e Removed unused functions by Pavlin Radoslavov · 8 years ago
  50. 6721232 Add LE L2CAP Connection Oriented Channel by Navin Kochar · 9 years ago
  51. 4e972d8 Track TX empty event to manage sniff timer by Srinu Jella · 9 years ago
  52. 717a4a9 Removed checks for NULL returns after osi_calloc() / osi_malloc() by Pavlin Radoslavov · 9 years ago
  53. cceb430 Replaced osi_getbuf()/osi_freebuf() with osi_malloc()/osi_free() by Pavlin Radoslavov · 9 years ago
  54. 20524d3 Refactor usage of osi_free() and osi_freebuf() by Pavlin Radoslavov · 9 years ago
  55. 258c253 GKI cleanup - moved GKI buffer allocation wrappers to OSI by Pavlin Radoslavov · 9 years ago
  56. 1a3844f GKI cleanup - Replaced usage of GKI queue with OSI fixed_queue by Pavlin Radoslavov · 9 years ago
  57. 1eb1ea0 GKI cleanup - Moved functions GKI_disable() and GKI_enable() to OSI by Pavlin Radoslavov · 9 years ago
  58. 1d5b859 GKI cleanup - Eliminate function GKI_get_pool_bufsize() by Pavlin Radoslavov · 9 years ago
  59. 2e3d006 GKI cleanup - Eliminate usage of pool buffers by Pavlin Radoslavov · 9 years ago
  60. cab5fc1 gn-build: Remove all -Wno-unused-* flags from build files by Arman Uguray · 9 years ago
  61. d232721 L2CAP socket - fix merge errors by Casper Bonde · 9 years ago
  62. 444a8da LE Privacy 1.2 and LE secure connections by Satya Calloji · 10 years ago
  63. 8372aa5 L2CAP and SDP Search API for BT profiles (2/2) by Kim Schulz · 9 years ago
  64. 6564588 Remove unused code in GAP by Zach Johnson · 10 years ago
  65. 832bc91 Prune BTM_SetSecurityMode and GAP_SetSecurityMode by Zach Johnson · 10 years ago
  66. 24933b5 Removing unnecessary BTAPI #defines. by June R. Tate-Gans · 10 years ago
  67. 860a9af Replace mailboxes with fixed queues. by Chris Manton · 10 years ago
  68. 53c5eb2 Removed always false macro BTM_INQ_GET_REMOTE_NAME by Zach Johnson · 10 years ago
  69. fe7216c Enforce GKI API buffer usage by Chris Manton · 10 years ago
  70. 2772dac Bluetooth: fix the HOGP device(iBUFFALO BSMBB09DS) pair and reconnect problem. by Thomas.TT_Lin · 10 years ago
  71. 4dcde90 resolved conflicts for merge of b44cc59d to master by Matthew Xie · 10 years ago
  72. d9a4708 am d5bba906: Logging cleanup: RFCOMM and GAP. by Sharvil Nanavati · 10 years ago
  73. 17b04bd LE: Add notification sent and congestion callbacks (2/4) by Andre Eisenbach · 10 years ago
  74. b44cc59 Logging cleanup: AVRC, MCA, GATT, and SMP. by Sharvil Nanavati · 10 years ago
  75. d5bba90 Logging cleanup: RFCOMM and GAP. by Sharvil Nanavati · 10 years ago
  76. 7fa4fba Merge BT 4.1 features by Ganesh Ganapathi Batta · 10 years ago
  77. 8fe5887 Merge BT 4.1 features by Ganesh Ganapathi Batta · 10 years ago
  78. 5cd8bff Major warnings cleanup by Mike J. Chen · 11 years ago
  79. 7051db3 BLE HID device connection failure due to security error. by Zhihai Xu · 11 years ago
  80. 6975b4d LE: UPF 45 bug fixes by Andre Eisenbach · 11 years ago
  81. ead3cde Initial version of BLE support for Bluedroid by Ganesh Ganapathi Batta · 12 years ago