1. 08c79b6 Bluetooth: mgmt: Add flags parameter to device_connected by Johan Hedberg · 13 years ago
  2. 9246a86 Bluetooth: mgmt: Fix clear UUIDs response by Johan Hedberg · 13 years ago
  3. 4004b6d Bluetooth: mgmt: Move service cache setting to a more sensible place by Johan Hedberg · 13 years ago
  4. 9997a53 Bluetooth: mgmt: Fix return value of add/remove_uuid by Johan Hedberg · 13 years ago
  5. 504c8dc Bluetooth: mgmt: Fix update_eir/class with HCI_AUTO_OFF flag set by Johan Hedberg · 13 years ago
  6. 60fc5fb6 Bluetooth: mgmt: Fix count parameter in get_connections reply by Johan Hedberg · 13 years ago
  7. 388fc8f Bluetooth: mgmt: Add legacy pairing info to dev_found events by Johan Hedberg · 13 years ago
  8. 9a395a8 Bluetooth: mgmt: Fix device_found parameters by Johan Hedberg · 13 years ago
  9. 86a8cfc Bluetooth: mgmt: Fix unpair_device responses by Johan Hedberg · 13 years ago
  10. 5f97c1d Bluetooth: mgmt: Add missing powered checks to commands by Johan Hedberg · 13 years ago
  11. 932f5ff Bluetooth: mgmt: Allow class of device changes while powered off by Johan Hedberg · 13 years ago
  12. 7770c4a Bluetooth: mgmt: Check for HCI_UP in update_eir() and update_class() by Johan Hedberg · 13 years ago
  13. 8ec3703 Bluetooth: mgmt: Fix return value for set_class by Johan Hedberg · 13 years ago
  14. 27fcc36 Bluetooth: mgmt: Fix missing short_name in read_info by Johan Hedberg · 13 years ago
  15. 7bdaae4 Bluetooth: mgmt: Fix name_changed event for short name changes by Johan Hedberg · 13 years ago
  16. 28cc7bd Bluetooth: mgmt: Allow local name changes while powered off by Johan Hedberg · 13 years ago
  17. 490c5ba Bluetooth: Add hdev->short_name for EIR generation by Johan Hedberg · 13 years ago
  18. 7f9a903 Bluetooth: Send management event for class of device changes by Marcel Holtmann · 13 years ago
  19. 955638e Bluetooth: Fix handling of discoverable setting with timeout by Marcel Holtmann · 13 years ago
  20. 24c54a9 Bluetooth: Disabling discoverable with timeout is invalid by Marcel Holtmann · 13 years ago
  21. f51d5b2 Bluetooth: mgmt: Fix updating EIR when updating the name by Johan Hedberg · 13 years ago
  22. 06199cf Bluetooth: mgmt: Implement Set LE command by Johan Hedberg · 13 years ago
  23. 6c8f12c Bluetooth: mgmt: Fix Set SSP supported check by Johan Hedberg · 13 years ago
  24. 97e0bde Bluetooth: Enable timestamps for control channel by Marcel Holtmann · 13 years ago
  25. c80da27 Bluetooth: mgmt: Fix clearing of hdev->eir by Johan Hedberg · 13 years ago
  26. 5fc6ebb Bluetooth: mgmt: Fix EIR toggling with SSP by Johan Hedberg · 13 years ago
  27. 6bf0e46 Bluetooth: Fix coding style issues in mgmt code by Andrei Emeltchenko · 13 years ago
  28. e5f0e15 Bluetooth: Fix two minor style issues in management code by Marcel Holtmann · 13 years ago
  29. c0ecddc Bluetooth: mgmt: Make Set SSP command callable while powered off by Johan Hedberg · 13 years ago
  30. 47990ea Bluetooth: mgmt: Make Set Link Security callable while powered off by Johan Hedberg · 13 years ago
  31. ed9b5f2 Bluetooth: mgmt: Fix connectable/discoverable response values by Johan Hedberg · 13 years ago
  32. 0224d2f Bluetooth: mgmt: Fix New Settings event for connectable/discoverable by Johan Hedberg · 13 years ago
  33. beadb2b Bluetooth: mgmt: Add convenience function for sending New Settings by Johan Hedberg · 13 years ago
  34. f1f0eb0 Bluetooth: mgmt: Fix current settings values when powered off by Johan Hedberg · 13 years ago
  35. df2c6c5 Bluetooth: mgmt: Fix Removing discoverable timeout in set_connectable by Johan Hedberg · 13 years ago
  36. 5e5282b Bluetooth: mgmt: Allow connectable/discoverable changes in off state by Johan Hedberg · 13 years ago
  37. 0cbf4ed6 Bluetooth: mgmt: Fix pairable setting upon initialization by Johan Hedberg · 13 years ago
  38. 5400c04 Bluetooth: mgmt: Fix set_fast_connectable error return by Johan Hedberg · 13 years ago
  39. b5235a6 Bluetooth: mgmt: Fix set_local_name and set_dev_class powered checks by Johan Hedberg · 13 years ago
  40. 4b34ee78 Bluetooth: mgmt: Fix powered checks for commands by Johan Hedberg · 13 years ago
  41. f0d4b78 Bluetooth: Only keep controller up after init if powered on by Marcel Holtmann · 13 years ago
  42. cacaf52 Bluetooth: mgmt: Clear EIR data when disabling SSP by Johan Hedberg · 13 years ago
  43. 1e16357 Bluetooth: mgmt: Fix Set SSP check for supported feature by Johan Hedberg · 13 years ago
  44. 6d80dfd Bluetooth: mgmt: Add basic support for Set High Speed command by Johan Hedberg · 13 years ago
  45. f963e8e Bluetooth: mgmt: Add address type parameter to Discovering event by Johan Hedberg · 13 years ago
  46. d930650 Bluetooth: mgmt: Add address type parameter to Stop Discovery command by Johan Hedberg · 13 years ago
  47. d7b7e79 Bluetooth: Set supported settings based on enabled HS and/or LE by Marcel Holtmann · 13 years ago
  48. a6fb08d Bluetooth: Remove unneeded bt_cb(skb)->channel variable by Marcel Holtmann · 13 years ago
  49. 470fe1b Bluetooth: Split sending for HCI raw and control sockets by Marcel Holtmann · 13 years ago
  50. 2da9c55 Bluetooth: mgmt: Bump mgmt version by Johan Hedberg · 13 years ago
  51. bf1e354 Bluetooth: mgmt: Fix OOB command response parameters by Johan Hedberg · 13 years ago
  52. f0eeea8 Bluetooth: mgmt: Fix (Un)Block Device return parameters by Johan Hedberg · 13 years ago
  53. f808e16 Bluetooth: mgmt: Fix Start Discovery return parameters by Johan Hedberg · 13 years ago
  54. e211326 Bluetooth: mgmt: Fix Pair Device response status values by Johan Hedberg · 13 years ago
  55. aee9b218 Bluetooth: mgmt: Move status parameters into the cmd_complete header by Johan Hedberg · 13 years ago
  56. 5e0452c Bluetooth: Interleaved discovery support by Andre Guedes · 13 years ago
  57. 343f935 Bluetooth: Merge INQUIRY and LE_SCAN discovery states by Andre Guedes · 13 years ago
  58. 4aab14e Bluetooth: Track discovery type by Andre Guedes · 13 years ago
  59. f39799f Bluetooth: Prepare start_discovery by Andre Guedes · 13 years ago
  60. ea585ab Bluetooth: Add Intel copyright to mgmt files by Johan Hedberg · 13 years ago
  61. a198e7b Bluetooth: mgmt: Add address type to confirm name command by Johan Hedberg · 13 years ago
  62. d845769 Bluetooth: mgmt: Add address type to PIN code messages by Johan Hedberg · 13 years ago
  63. d753fdc Bluetooth: mgmt: Add address type to link key messages by Johan Hedberg · 13 years ago
  64. ed2c4ee Bluetooth: mgmt: Add support for Set SSP command by Johan Hedberg · 13 years ago
  65. 33ef95e Bluetooth: mgmt: Add support for Set Link Security command by Johan Hedberg · 13 years ago
  66. 7bb895d Bluetooth: mgmt: Use more consistent error variable names by Johan Hedberg · 13 years ago
  67. 76a7f3a Bluetooth: Remove unused member from cmd_lookup struct by Johan Hedberg · 13 years ago
  68. 203159d Bluetooth: Fix discovery state machine by Andre Guedes · 13 years ago
  69. e70bb2e Bluetooth: Implement Read Supported Commands commands for mgmt by Johan Hedberg · 13 years ago
  70. b1078ad Bluetooth: Add Device Unpaired mgmt event by Johan Hedberg · 13 years ago
  71. 82eb703 Bluetooth: Fix mgmt_unpair_device command status by Johan Hedberg · 13 years ago
  72. bab73cb Bluetooth: Add address type to mgmt_ev_auth_failed by Johan Hedberg · 13 years ago
  73. 88c1fe4 Bluetooth: Add address type to mgmt blacklist messages by Johan Hedberg · 13 years ago
  74. 664ce4c Bluetooth: Add address type to Out Of Band mgmt messages by Johan Hedberg · 13 years ago
  75. 272d90d Bluetooth: Add address type to user_confirm and user_passkey messages by Johan Hedberg · 13 years ago
  76. 88c3df1 Bluetooth: Update mgmt_disconnect to match latest API by Johan Hedberg · 13 years ago
  77. 124f6e3 Bluetooth: Update and rename mgmt_remove_keys to mgmt_unpair_device by Johan Hedberg · 13 years ago
  78. 343fb14 Bluetooth: Add BT_DBG to mgmt_discovering() by Andre Guedes · 13 years ago
  79. 053c7e0 Bluetooth: Fix device_found event length for remote name resolving by Johan Hedberg · 13 years ago
  80. e877752 Bluetooth: Fix indentation by Andre Guedes · 13 years ago
  81. 3fd2415 Bluetooth: MGMT start discovery LE-Only support by Andre Guedes · 13 years ago
  82. b0dbfb4 Bluetooth: Add support for removing LTK's when pairing is removed by Vinicius Costa Gomes · 13 years ago
  83. 346af67 Bluetooth: Add MGMT handlers for dealing with SMP LTK's by Vinicius Costa Gomes · 13 years ago
  84. 650f726 Bluetooth: Fix doing some useless casts when receiving MGMT commands by Vinicius Costa Gomes · 13 years ago
  85. 2842470 Bluetooth: mgmt: Implement Cancel Pair Device command by Johan Hedberg · 13 years ago
  86. 84bde9d Bluetooth: Convert hdev->ssp_mode to a flag by Johan Hedberg · 13 years ago
  87. b644ba3 Bluetooth: Update device_connected and device_found events to latest API by Johan Hedberg · 13 years ago
  88. 1dc0609 Bluetooth: Merge device class into the EIR data in mgmt_ev_device_found by Johan Hedberg · 13 years ago
  89. e319d2e Bluetooth: Add eir_len parameter to mgmt_ev_device_found by Johan Hedberg · 13 years ago
  90. afc747a Bluetooth: Rename mgmt connected events to match user space by Johan Hedberg · 13 years ago
  91. 7d262f8 Bluetooth: Add 'eir_len' param to mgmt_device_found() by Andre Guedes · 13 years ago
  92. a3d4e20 Bluetooth: Sort to-be-resolved devices by RSSI during discovery by Johan Hedberg · 13 years ago
  93. a8b2d5c Bluetooth: Move mgmt related flags from hdev->flags to hdev->dev_flags by Johan Hedberg · 13 years ago
  94. 30dc78e Bluetooth: Add name resolving support for mgmt based discovery by Johan Hedberg · 13 years ago
  95. ff9ef57 Bluetooth: Add discovery state tracking by Johan Hedberg · 13 years ago
  96. 3088351 Bluetooth: Rename hdev->inq_cache to hdev->discovery by Johan Hedberg · 13 years ago
  97. 561aafb Bluetooth: Add initial mgmt_confirm_name support by Johan Hedberg · 13 years ago
  98. 32748db Bluetooth: Move Extended Inquiry Response defines to hci.h by Johan Hedberg · 13 years ago
  99. e75a8b0c Bluetooth: Fix mgmt_stop_discovery_failed() by Andre Guedes · 13 years ago
  100. 59e2940 Bluetooth: Rename extfeatures by Andre Guedes · 13 years ago