1. ca6b0a2 ACL: Drop broadcasts by Myles Watson · 3 years, 7 months ago
  2. 94feacc Fix: fragment packets by Chris Manton · 4 years, 3 months ago
  3. 1f890d1 Update call of HAL 1.1 bluetooth HCI initialization by Grzegorz Kołodziejczyk · 4 years, 1 month ago
  4. dc57138 btsnoop: Fix btsnoop_net runs unexpected by KimJeongYeon · 4 years, 3 months ago
  5. d3d7754 DO NOT MERGE Ensure hci command status event has sufficient packet length by Chris Manton · 4 years, 3 months ago
  6. 487bb6b Fix crash at unexpected code after root inflammation by Ugo Yu · 4 years, 4 months ago
  7. 50c60d0 BQR: Add Bluetooth Quality Report v2 feature by Ray Kuo · 4 years, 5 months ago
  8. 1e16813 Gracefully handle startup timer expiry by Ugo Yu · 4 years, 4 months ago
  9. efccfcb Revert "Add timer to detect HwBinder thread stuck" by Ugo Yu · 4 years, 5 months ago
  10. 8a83544 Merge "Handle BQR root inflammation event" by Treehugger Robot · 4 years, 5 months ago
  11. 6c9d9f5 Add timer to detect HwBinder thread stuck by Ugo Yu · 4 years, 6 months ago
  12. 5cf9472 Handle BQR root inflammation event by Ugo Yu · 4 years, 6 months ago
  13. de6c013 HCI 1.1 by Jakub Pawlowski · 4 years, 7 months ago
  14. e89c630 Create swappable hci layer connection by Chris Manton · 4 years, 9 months ago
  15. 997cfeb HCI: Change commands naming to avoid misunderstanding by Oleh Cherpak · 4 years, 9 months ago
  16. 43326f3 Remove libhwbinder/libhidltransport deps by Steven Moreland · 4 years, 9 months ago
  17. b2b61d9 GAP: Correct the continuous pkt length in l2cap am: 337bd45794 am: fdcf9ea434 by Venkata Jagadeesh Garaga · 5 years ago
  18. 337bd45 GAP: Correct the continuous pkt length in l2cap by Venkata Jagadeesh Garaga · 5 years ago
  19. 7473d8d Modernise code to use override specifier am: 183eacee0d am: 3d6b243a8c by Yi Kong · 5 years ago
  20. 183eace Modernise code to use override specifier by Yi Kong · 5 years ago
  21. b0388ce Merge "Fix handling of startup_timer_expired" by Treehugger Robot · 5 years ago
  22. cf27bac Merge "Handle Bluetooth HAL service died" am: fcaed46d9e am: 5e3e0bba7c by Ugo Yu · 5 years ago
  23. fcaed46 Merge "Handle Bluetooth HAL service died" by Treehugger Robot · 5 years ago
  24. 4ed8f8f Handle Bluetooth HAL service died by Ugo Yu · 5 years ago
  25. eab14bf Fix handling of startup_timer_expired by Sunny Kapdi · 5 years ago
  26. 2892e1c Merge "Fix handling of startup_timer_expired" by TreeHugger Robot · 5 years ago
  27. 146608a Fix handling of startup_timer_expired by Sunny Kapdi · 5 years ago
  28. b271379 Merge "Fix use of uninitialised variable" am: 52b5f32e07 am: 0c80cbcda5 by Yi Kong · 5 years ago
  29. 95fe202 Fix use of uninitialised variable by Yi Kong · 5 years ago
  30. c2430cd Merge "Use PLOG rather than LOG strerror(errno)." am: fa450772a8 am: 5d5436ee5f by Elliott Hughes · 5 years ago
  31. b816f37 Use PLOG rather than LOG strerror(errno). by Elliott Hughes · 5 years ago
  32. c33c998 Change the default snoop log level to off. by Ajay Panicker · 5 years ago
  33. c5bd830 Check L2CAP size only for start packet by Hansong Zhang · 5 years ago
  34. 1e6ef37 Merge changes I79037ddb,I9bab0078 am: 3fb1b1b89e am: e7971c55d4 am: b789e84f6c by Jack He · 5 years ago
  35. 7ff9ac6 Metrics: Log HCI timeout event over stats log by Jack He · 5 years ago
  36. 0d7375e Fix OOB in reassemble_and_dispatch by Chienyuan · 5 years ago
  37. 8303629 Add Filtering for snoop logs based on L2CAP and RFCOMM Channels (1/4) by Ajay Panicker · 6 years ago
  38. 83db499 Linux tests build fix by Jakub Pawlowski · 6 years ago
  39. 67f5f37 Uprev libchrome to r576279 (1/multiple) by Jakub Pawlowski · 6 years ago
  40. 37b717c Add TEST_MAPPING to system/bt by Jack He · 6 years ago
  41. 96d16e3 Make thread names more meaningful by Jack He · 6 years ago
  42. 959bc33 Move metrics and time library to libbt-common by Jack He · 6 years ago
  43. d97e095 Replace period_ms_t with uint64_t by Jack He · 6 years ago
  44. 9a8aac7 Check startup_future before using it by Bailey Forrest · 6 years ago
  45. 6d11052 Use MessageLoopThread in A2DP source, JNI, BTA, HCI and module bring-up by Jack He · 6 years ago
  46. 2838b32 If command_timed_out() is triggered don't get blocked by a deadlock by Pavlin Radoslavov · 6 years ago
  47. ad18de0 Metrics: Move bluetooth.proto to one place by Jack He · 6 years ago
  48. 5c550c1 HCI: Set a timer to abort after a timeout by Myles Watson · 6 years ago
  49. 4f0c5b5 LE Read Maximum Data Length during startup by Jakub Pawlowski · 6 years ago
  50. 74c43a7 Allow L2CAP first packet with partial header by Stanley Tng · 6 years ago
  51. 199dee1 HCI: Fix use after free in hci_transmit by Myles Watson · 6 years ago
  52. eb993d9 Prevent deadlock between the Tx and Rx threads in HCI layer by Luke Zhang · 7 years ago
  53. 6d6f34c Don't print error message when rename operation is successful by Tobias Melin · 7 years ago
  54. 5b790fe Make copyright headers consistent with Google template; remove "(C)" by Jakub Pawlowski · 7 years ago
  55. c451068 Linux build fix by Jakub Pawlowski · 7 years ago
  56. ecace46 Move include->internal_include (1/2) by Jakub Pawlowski · 7 years ago
  57. 6320a4b Merge "HCI: Restart 5 seconds after an HCI timeout" by Treehugger Robot · 7 years ago
  58. 7a7e8e9 Linux build fix - include what you use by Jakub Pawlowski · 7 years ago
  59. d48d32d HCI: Restart 5 seconds after an HCI timeout by Myles Watson · 7 years ago
  60. 2e05f0d Cleanup RawAddress usage by Jakub Pawlowski · 7 years ago
  61. b707f44 Make RawAddress into a class (1/3) by Jakub Pawlowski · 7 years ago
  62. 61ad3c6 Add stdint.h for uint*_t types by Jiyong Park · 7 years ago
  63. a484a88 Rename bt_bdaddr_t into RawAddress (3/3) by Jakub Pawlowski · 7 years ago
  64. b8a477e Get rid of BD_ADDR by Jakub Pawlowski · 7 years ago
  65. 4b4d0a9 Fix some includes by Bailey Forrest · 7 years ago
  66. 4788821 HCI: Improve timeout handling by Myles Watson · 7 years ago
  67. 2bfb56a HCI: Get debug info from the firmware on timeout by Myles Watson · 7 years ago
  68. 7277f39 Protect the message loop from accesses after HCI shutdown by Pavlin Radoslavov · 7 years ago
  69. 400ac49 eSCO: Additional fix to get eSCO working for HFP and HSP (3/5) by Jack He · 7 years ago
  70. 57f6508 eSCO: BT 4.1 Enhanced SCO command (1/5) by Mudumba Ananth · 7 years ago
  71. 2b59c4a Fix broken linux build by Jack He · 7 years ago
  72. 2b7e905 Swap BTA and HCI queues with message loops by Ajay Panicker · 7 years ago
  73. 4829453 Move hci_thread to a message loop and prevent thread from spinning by Ajay Panicker · 7 years ago
  74. 99c3422 Limit btsnoop file size (5/8) by Ajay Panicker · 7 years ago
  75. 96c42e7 Make Bluetooth audio threads use RT scheduling by Philip Cuadra · 7 years ago
  76. a329205 Fix a race condition during HCI module shutdown by Pavlin Radoslavov · 7 years ago
  77. 16899e9 Fix "LE Read Maximum Advertising Data Length" response parsing by Jakub Pawlowski · 7 years ago
  78. 2705ebb Add test config to net_test_hci by Dan Shi · 7 years ago
  79. f786aac Delete bt_snoop.log when snoop logging is disabled by Ajay Panicker · 7 years ago
  80. ec728d3 hci: Update error messages by Myles Watson · 7 years ago
  81. 17d3595 hci: Timestamp HCI commands for timeouts by Myles Watson · 7 years ago
  82. e7be6de hci: Cancel timer before running callbacks by Myles Watson · 7 years ago
  83. b77d712 Fix a race condition inside command_timed_out() when printing log info by Pavlin Radoslavov · 7 years ago
  84. d3a71e3 Abort using SIGABRT instead of SIGKILL on command_timeout by Andre Eisenbach · 7 years ago
  85. bc9a932 Fix an HCI race condition when transmitting a packet by Pavlin Radoslavov · 7 years ago
  86. 7903a49 Add a log message in the beginning of function hci_initialize() by Pavlin Radoslavov · 7 years ago
  87. e986c93 hci: Stop the thread before hci_close() by Myles Watson · 7 years ago
  88. d696e66 hci: Close the HAL before cleaning up pending command queue and timers by Myles Watson · 7 years ago
  89. fb94dc7 hci: Reduce HCI timeout to 2 seconds by Myles Watson · 7 years ago
  90. 8342d95 Fix stack shutdown on Linux by Jakub Pawlowski · 7 years ago
  91. 9329b8e HCI for Linux by Jakub Pawlowski · 7 years ago
  92. 32fbec6 Move Android specific HCI code into separate file by Jakub Pawlowski · 7 years ago
  93. 3e50ee8 Check the return value of the HAL init function by Myles Watson · 7 years ago
  94. 3060ec6 Add a mutex to guard all btsnoop operations by Pavlin Radoslavov · 7 years ago
  95. 071b507 Use same timestamp for on-disk BT Snoop Log and in-memory BT Snooz Log by Jack He · 7 years ago
  96. c9f353f Merge "Use CHECK() to verify that HIDL is installed" by Treehugger Robot · 7 years ago
  97. 16b3e92 Fix the implementation of htonll() by Pavlin Radoslavov · 7 years ago
  98. 86f3dfa Use CHECK() to verify that HIDL is installed by Myles Watson · 7 years ago
  99. d56ef46 Remove LPM code from the stack by Myles Watson · 8 years ago
  100. 796523d Initial HIDL conversion by Andre Eisenbach · 8 years ago