1. 587af61 Bluetooth: Fix advertising duplicated flags by Luiz Augusto von Dentz · 4 years, 7 months ago
  2. f61851f Bluetooth: Fix append max 11 bytes of name to scan rsp data by Michał Narajowski · 8 years ago
  3. 1b42206 Bluetooth: Refactor append name and appearance by Michał Narajowski · 8 years ago
  4. 7ddb30c Bluetooth: Add appearance to default scan rsp data by Michał Narajowski · 8 years ago
  5. cecbf3e Bluetooth: Fix local name in scan rsp by Michał Narajowski · 8 years ago
  6. c4960ec Bluetooth: Add support for appearance in scan rsp by Michał Narajowski · 8 years ago
  7. 7c295c4 Bluetooth: Add support for local name in scan rsp by Michał Narajowski · 8 years ago
  8. 3c0975a Bluetooth: Fix reason code used for rejecting SCO connections by Frédéric Dalleau · 8 years ago
  9. 37d3a1f Bluetooth: mgmt: Fix sending redundant event for Advertising Instance by Johan Hedberg · 8 years ago
  10. 9afee94 Bluetooth: Fix memory leak at end of hci requests by Frederic Dalleau · 8 years ago
  11. f18ba58 Bluetooth: Fix setting NO_BREDR advertising flag by Johan Hedberg · 8 years ago
  12. 6a19cc8 Bluetooth: Fix setting correct flags in AD by Johan Hedberg · 8 years ago
  13. 82a37ad Bluetooth: Add support for limited privacy mode by Johan Hedberg · 8 years ago
  14. d43efbd Bluetooth: Fix adding discoverable to adv instance flags by Johan Hedberg · 8 years ago
  15. cff10ce Bluetooth: Fix incorrect removing of IRKs by Johan Hedberg · 8 years ago
  16. 78b781c Bluetooth: Add support for Start Limited Discovery command by Johan Hedberg · 8 years ago
  17. cab054a Bluetooth: Clean up current advertising instance tracking by Johan Hedberg · 8 years ago
  18. d6b7e2c Bluetooth: Clean up advertising initialization in powered_update_hci() by Johan Hedberg · 8 years ago
  19. 550a8ca Bluetooth: Remove redundant check for req.cmd_q by Johan Hedberg · 8 years ago
  20. d6dac32 Bluetooth: Fix updating wrong instance's scan_rsp data by Johan Hedberg · 8 years ago
  21. 17fd08f Bluetooth: Remove unnecessary HCI_ADVERTISING_INSTANCE flag by Johan Hedberg · 8 years ago
  22. 2ff1389 Bluetooth: Perform HCI update for power on synchronously by Johan Hedberg · 8 years ago
  23. bf943cb Bluetooth: Move fast connectable code to hci_request.c by Johan Hedberg · 8 years ago
  24. b1a8917 Bluetooth: Move EIR update to hci_request.c by Johan Hedberg · 8 years ago
  25. 00cf504 Bluetooth: HCI name update to hci_request.c by Johan Hedberg · 8 years ago
  26. c366f55 Bluetooth: Move discoverable timeout behind hdev->req_workqueue by Johan Hedberg · 8 years ago
  27. aed1a88 Bluetooth: Move discoverable changes to hdev->req_workqueue by Johan Hedberg · 8 years ago
  28. 14bf5ea Bluetooth: Perform Class of Device changes through hdev->req_workqueue by Johan Hedberg · 8 years ago
  29. 53c0ba7 Bluetooth: Move connectable changes to hdev->req_workqueue by Johan Hedberg · 8 years ago
  30. f225257 Bluetooth: Move advertising instance management to hci_request.c by Johan Hedberg · 9 years ago
  31. 196a5e9 Bluetooth: Move __hci_update_background_scan up in hci_request.c by Johan Hedberg · 8 years ago
  32. 01b1cb8 Bluetooth: Run page scan updates through hdev->req_workqueue by Johan Hedberg · 9 years ago
  33. 568f44f Bluetooth: Fix returning proper HCI status from __hci_req_sync by Johan Hedberg · 8 years ago
  34. 7df0f73 Bluetooth: Simplify request cleanup code by Johan Hedberg · 9 years ago
  35. 3dfe590 Bluetooth: Remove unnecessary le_scan_restart_work_complete() function by Johan Hedberg · 9 years ago
  36. f4a2cb4 Bluetooth: Simplify le_scan_disable_work() by Johan Hedberg · 9 years ago
  37. 7df26b5 Bluetooth: Pass inquiry length to bredr_inquiry() by Johan Hedberg · 9 years ago
  38. 2154d3f Bluetooth: Move Stop Discovery to req_workqueue by Johan Hedberg · 9 years ago
  39. e68f072 Bluetooth: Move Start Discovery to req_workqueue by Johan Hedberg · 9 years ago
  40. a1d01db Bluetooth: Add error return value to hci_req_sync callback by Johan Hedberg · 9 years ago
  41. 7c1fbed Bluetooth: Move LE scan disable/restart behind req_workqueue by Johan Hedberg · 9 years ago
  42. 145a091 Bluetooth: Make __hci_update_background_scan private to hci_request.c by Johan Hedberg · 9 years ago
  43. 84235d2 Bluetooth: Use req_workqueue for explicit connect requests by Johan Hedberg · 9 years ago
  44. 4ebeee2 Bluetooth: Add HCI status return parameter to hci_req_sync() by Johan Hedberg · 9 years ago
  45. 2e93e53 Bluetooth: Run all background scan updates through req_workqueue by Johan Hedberg · 9 years ago
  46. 5fc16cc Bluetooth: Add stubs for synchronous HCI request functionality by Johan Hedberg · 9 years ago
  47. b504430 Bluetooth: Add 'sync' specifier to synchronous request APIs by Johan Hedberg · 9 years ago
  48. be91cd0 Bluetooth: Move synchronous request handling into hci_request.c by Johan Hedberg · 9 years ago
  49. 44d2713 Bluetooth: Compress the size of struct hci_ctrl by Johan Hedberg · 9 years ago
  50. d79f34e Bluetooth: Use new hci_skb_pkt_* wrappers for core packet handling by Marcel Holtmann · 9 years ago
  51. 242c0eb Bluetooth: Rename bt_cb()->req into bt_cb()->hci by Marcel Holtmann · 9 years ago
  52. dcc0f0d Bluetooth: Introduce hci_req helper to abort a connection by Johan Hedberg · 9 years ago
  53. e7d9ab7 Bluetooth: add hci_lookup_le_connect by Jakub Pawlowski · 9 years ago
  54. e6214487 Bluetooth: Add second hci_request callback option for full skb by Johan Hedberg · 9 years ago
  55. db6e3e8 Bluetooth: Refactor HCI request variables into own struct by Johan Hedberg · 9 years ago
  56. b7cb93e Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flags by Marcel Holtmann · 9 years ago
  57. a69d892 Bluetooth: Introduce hci_dev_test_and_clear_flag helper macro by Marcel Holtmann · 9 years ago
  58. a1536da Bluetooth: Introduce hci_dev_set_flag helper macro by Marcel Holtmann · 9 years ago
  59. d7a5a11 Bluetooth: Introduce hci_dev_test_flag helper macro by Marcel Holtmann · 9 years ago
  60. 6368c23 net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit fields by Eyal Birger · 9 years ago
  61. 49a6fe0 net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrl by Eyal Birger · 9 years ago
  62. 1904a85 Bluetooth: Add opcode parameter to hci_req_complete_t callback by Marcel Holtmann · 9 years ago
  63. 50b5b95 Bluetooth: Support static address when BR/EDR has been disabled by Marcel Holtmann · 9 years ago
  64. 405a261 Bluetooth: Move hci_update_page_scan to hci_request.c by Johan Hedberg · 9 years ago
  65. 2cf2221 Bluetooth: Add hci_request support for hci_update_background_scan by Johan Hedberg · 9 years ago
  66. 0857dd3 Bluetooth: Split hci_request helpers to hci_request.[ch] by Johan Hedberg · 9 years ago