1. 594e1d8 Merge "process_l2cap_cmd: Fix OOB" by TreeHugger Robot · 6 years ago
  2. 0912b89 process_l2cap_cmd: Fix OOB by Hansong Zhang · 6 years ago
  3. 8303629 Add Filtering for snoop logs based on L2CAP and RFCOMM Channels (1/4) by Ajay Panicker · 6 years ago
  4. 050ef35 Remove BTM_SCO_INCLUDED flag by Jack He · 6 years ago
  5. 2357254 Get rid of is_ble_connecting and ble_connecting_bda by Jakub Pawlowski · 6 years ago
  6. 50a0ec2 Split l2cu_create_conn into two separate, transport-specific functions by Jakub Pawlowski · 6 years ago
  7. fadc6b9 L2CAP: Handle no idle timeout (0xFFFF) by Nitin Shivpure · 6 years ago
  8. d97e095 Replace period_ms_t with uint64_t by Jack He · 6 years ago
  9. 5e77625 Get rid of warning when connecting LE device by Jakub Pawlowski · 6 years ago
  10. c47e41c Fix LE cancel open when physical connection is established but not ready by WENTAO WANG · 7 years ago
  11. 273ffd8 Add more details in native Bluetooth debug logs by Stanley Tng · 7 years ago
  12. 49dd53c Added support for new Android API for LE CoC by Stanley Tng · 7 years ago
  13. 812b0f7 L2CAP: Add parameter to indicate last piece of an SDU by Jakub Pawlowski · 7 years ago
  14. 17d5034 Move repeated code from l2cu_check_channel_congestion into a separate function by Jakub Pawlowski · 7 years ago
  15. 54469cf Change the connecting state to FALSE for BLE devices while releasing LCB by Albin Joy · 7 years ago
  16. 5b790fe Make copyright headers consistent with Google template; remove "(C)" by Jakub Pawlowski · 7 years ago
  17. b749ebd Use unary operator instead of == bool by Myles Watson · 7 years ago
  18. 3992f45 L2CAP: Remove UCD related flags by Jack He · 7 years ago
  19. be8bbd7 Fix alarms being posted on wrong thread by Jakub Pawlowski · 7 years ago
  20. b8568ae Implement HCI_Read_Automatic_Flush_Timeout mechanism by Pavlin Radoslavov · 7 years ago
  21. a484a88 Rename bt_bdaddr_t into RawAddress (3/3) by Jakub Pawlowski · 7 years ago
  22. 624ba68 Set the A2DP media channel as a high priority L2CAP link by Ben YoungTae Kim · 7 years ago
  23. b8a477e Get rid of BD_ADDR by Jakub Pawlowski · 7 years ago
  24. c2276b0 Use bt_bdaddr_t instead of BD_ADDR by Jakub Pawlowski · 7 years ago
  25. 35e95c9 Ensure we don't send more packets than firmware allows by Yamei Du · 9 years ago
  26. 8451ad0 Fix BLE white list issues by Emil Lenngren · 8 years ago
  27. 7c8bab2 Fix LE disconnecting right after pairing by Jakub Pawlowski · 8 years ago
  28. 96fb273 Add option to specify initial LE connection PHY (1/3) by Jakub Pawlowski · 8 years ago
  29. 911d1ae Apply clang-format to the rest of the tree by Myles Watson · 8 years ago
  30. 9ca0709 Reformat long comments before clang-format by Myles Watson · 8 years ago
  31. ee96a3c Fix asterisks in block quotes by Myles Watson · 8 years ago
  32. f33b6f4 readability fix: No assigns in if conditionals by Marie Janssen · 8 years ago
  33. 84baa7f Remove BLE_INCLUDED define by Myles Watson · 8 years ago
  34. b2a292b Renamed most C files to C++: *.c to *.cc by Pavlin Radoslavov · 8 years ago[Renamed (99%) from stack/l2cap/l2c_utils.c]
  35. 763abdf Remove return value from btsnd_hcic_* functions by Jakub Pawlowski · 8 years ago
  36. b6ab9b3 Ignore return value of btsnd_hcic_* functions by Jakub Pawlowski · 8 years ago
  37. d19e078 Use standard types, consistent ifdef style everywhere by Marie Janssen · 8 years ago
  38. 8cbc291 Add missing NULL pointers assignments by Pavlin Radoslavov · 8 years ago
  39. 494b510 Check CCB state before executing channel state machine events by Gurpreet Ghai · 9 years ago
  40. 5e8a3d7 Fix for issue introduced due to rebase of LE L2CAP COC by Navin Kochar · 9 years ago
  41. c4de4cb Add a log message to capture empty queue in l2c_enqueue_peer_data() by Pavlin Radoslavov · 9 years ago
  42. 072bd75 Do not leak eventfd's for RFCOMM/AVDT/L2CAP by Andre Eisenbach · 9 years ago
  43. 6721232 Add LE L2CAP Connection Oriented Channel by Navin Kochar · 9 years ago
  44. bf955cb GATT: Initiate L2CAP disconnect only when the channel is open by venkata Jagadeesh · 9 years ago
  45. 1be7ae1 Remove btla-specific comments by Jakub Pawlowski · 9 years ago
  46. 9146927 Fix l2cu_initialize_fixed_ccb() to return only initialized entries by Pavlin Radoslavov · 9 years ago
  47. 0fc412c Revert "Pick proper addres type for unknown devices" by Andre Eisenbach · 9 years ago
  48. fd7ca62 Get rid of counter by Jakub Pawlowski · 9 years ago
  49. e6e73fa Remove the need for -Wno-constant-logical-operand by Andre Eisenbach · 9 years ago
  50. b7672f4 Pick proper addres type for unknown devices by Jakub Pawlowski · 9 years ago
  51. 717a4a9 Removed checks for NULL returns after osi_calloc() / osi_malloc() by Pavlin Radoslavov · 9 years ago
  52. cceb430 Replaced osi_getbuf()/osi_freebuf() with osi_malloc()/osi_free() by Pavlin Radoslavov · 9 years ago
  53. 20524d3 Refactor usage of osi_free() and osi_freebuf() by Pavlin Radoslavov · 9 years ago
  54. 78bcff7 Refactor the Bluetooth timers by Pavlin Radoslavov · 9 years ago
  55. 693eee7 Set bits 4-6 to 0 in L2CAP fixed channel supported bit mask. by yanlaijun · 9 years ago
  56. 258c253 GKI cleanup - moved GKI buffer allocation wrappers to OSI by Pavlin Radoslavov · 9 years ago
  57. 9f1c9ad GKI cleanup - Moved struct TIMER_LIST_ENT to OSI by Pavlin Radoslavov · 9 years ago
  58. 1a3844f GKI cleanup - Replaced usage of GKI queue with OSI fixed_queue by Pavlin Radoslavov · 9 years ago
  59. 1d5b859 GKI cleanup - Eliminate function GKI_get_pool_bufsize() by Pavlin Radoslavov · 9 years ago
  60. 2e3d006 GKI cleanup - Eliminate usage of pool buffers by Pavlin Radoslavov · 9 years ago
  61. 636d671 LE Data Packet Extension support by Priti Aghera · 10 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 · 10 years ago
  64. 0b47e0a Avoid duplicate disconnection callbacks for fixed channel connections by Satya Calloji · 10 years ago
  65. ef92b53 Avoid null-pointer dereference in l2c_release_lcb() by Andre Eisenbach · 10 years ago
  66. b2386cb Reset LE connecting flag on disconnect only if BDA matches by Nitin Arora · 10 years ago
  67. 95b74f2 Use fully qualified path for btcore includes. by Sharvil Nanavati · 10 years ago
  68. a3dd6f9 Add connection-specific function L2CA_SetConnectionCallbacks. by Sharvil Nanavati · 10 years ago
  69. 79ecab5 Move controller module to device directory by Chris Manton · 10 years ago
  70. cccf02f Instrument data flow a bit by Chris Manton · 10 years ago
  71. 584846a Remove always true BTM_BUSY_LEVEL_CHANGE_INCLUDED by Chris Manton · 10 years ago
  72. 794f3b5 Removal of bd.[c|h] by Chris Manton · 10 years ago
  73. 86a56d3 Remove always false TCS_INCLUDED macro & friends by Zach Johnson · 10 years ago
  74. 30e5806 Refactor btm_devctl reset sequence by Zach Johnson · 10 years ago
  75. dab5059 Fix memory leak in L2CAP utils by Sharvil Nanavati · 10 years ago
  76. 6c303ae Replace BUFFER_Q with list_t by Chris Manton · 10 years ago
  77. fe7216c Enforce GKI API buffer usage by Chris Manton · 11 years ago
  78. 97e75b7 LE: Serialize multiple connection parameter update requests by Chaojing Sun · 10 years ago
  79. 1fbddc8 Revert "Unable to connect to a Motorola s705 until Bluetooth was toggled of and back on" by Andre Eisenbach · 10 years ago
  80. 7ae2515 Avoid premature LE connection notifaction to app by Prerepa Viswanadham · 10 years ago
  81. 92ac2d8 LE link_xmit_quota is not correctly allocated by Mudumba Ananth · 10 years ago
  82. eb29aed LE: Fix HOGP connection issues caused by incorrect HCI packet flags by Richie Hsieh · 10 years ago
  83. 79f454d L2CAP: Send HCI connect with all packet types supported by Hemant Gupta · 11 years ago
  84. 493a98a LE: Add notification sent and congestion callbacks (2/4) by Andre Eisenbach · 11 years ago
  85. e8c3d75 Logging cleanup: BTIF and APPL. by Sharvil Nanavati · 11 years ago
  86. a51c9d9 Logging cleanup: L2CAP and SDP. by Sharvil Nanavati · 11 years ago
  87. 8fe5887 Merge BT 4.1 features by Ganesh Ganapathi Batta · 11 years ago
  88. 63471e7 Fix warning "implicit declaration of function 'bdcmp'" by Mike J. Chen · 11 years ago
  89. a934f01 Unable to connect to a Motorola s705 until Bluetooth was toggled of and back on by Zhihai Xu · 11 years ago
  90. 98657a3 LE: Release transmit buffer credits by Andre Eisenbach · 11 years ago
  91. c9053e6 Proper management of controller ACL buffers. by Ganesh Ganapathi Batta · 12 years ago
  92. 3aa6054 Parse LMP features to enable LE support by Andre Eisenbach · 12 years ago
  93. ead3cde Initial version of BLE support for Bluedroid by Ganesh Ganapathi Batta · 12 years ago
  94. 5738f83 Snapshot cdeccf6fdd8c2d494ea2867cb37a025bf8879baf by The Android Open Source Project · 12 years ago