1. 55e76b3 Bluetooth: Add 'Already Paired' error for Pair Device command by Johan Hedberg · 10 years ago
  2. 93690c2 Bluetooth: Introduce controller setting information for static address by Marcel Holtmann · 10 years ago
  3. 4cd3928 Bluetooth: Update New CSRK event to match latest specification by Johan Hedberg · 10 years ago
  4. 66f096f Bluetooth: Remove mgmt_rp_read_local_oob_ext_data struct by Johan Hedberg · 10 years ago
  5. 7e61df5 Bluetooth: Add definitions for MGMT_OP_START_SERVICE_DISCOVERY by Jakub Pawlowski · 10 years ago
  6. 23fb8de Bluetooth: Add mgmt support for LE Secure Connections LTK types by Johan Hedberg · 11 years ago
  7. 38da170 Bluetooth: Use shorter "rand" name for "randomizer" by Johan Hedberg · 10 years ago
  8. b293947 Bluetooth: Rename pairable mgmt setting to bondable by Johan Hedberg · 10 years ago
  9. 9713c17 Bluetooth: Add support for changing the public device address by Marcel Holtmann · 11 years ago
  10. f4537c0 Bluetooth: Add support for New Configuration Options management event by Marcel Holtmann · 11 years ago
  11. dbece37 Bluetooth: Add support for Set External Configuration management command by Marcel Holtmann · 11 years ago
  12. 46ebeb26 Bluetooth: Fix constant for public address configuration by Marcel Holtmann · 11 years ago
  13. 9fc3bfb Bluetooth: Add support for controller configuration info command by Marcel Holtmann · 11 years ago
  14. 73d1df2 Bluetooth: Add support for Read Unconfigured Index List command by Marcel Holtmann · 11 years ago
  15. edd3896b Bluetooth: Add support for Unconfigured Index Removed events by Marcel Holtmann · 11 years ago
  16. 0602a8a Bluetooth: Add support for Unconfigured Index Added events by Marcel Holtmann · 11 years ago
  17. a26f3dc Bluetooth: Add Load Connection Parameters command by Johan Hedberg · 11 years ago
  18. ffb5a827 Bluetooth: Introduce "New Connection Parameter" Event by Andre Guedes · 11 years ago
  19. af58925 Bluetooth: Provide flags parameter direct to mgmt_device_found by Marcel Holtmann · 11 years ago
  20. 8afef09 Bluetooth: Add Device Added and Device Removed management events by Marcel Holtmann · 11 years ago
  21. 2faade5 Bluetooth: Add support for Add/Remove Device management commands by Marcel Holtmann · 11 years ago
  22. 9586842 Bluetooth: Add support for Get Clock Info mgmt command by Johan Hedberg · 11 years ago
  23. d7b2545 Bluetooth: Clearly distinguish mgmt LTK type from authenticated property by Johan Hedberg · 11 years ago
  24. dd98380 Bluetooth: Add support to get connection information by Andrzej Kaczmarek · 11 years ago
  25. 7ee4ea3 Bluetooth: Add support for handling signature resolving keys by Marcel Holtmann · 11 years ago
  26. fe39c7b Bluetooth: Use __le64 type for LE random numbers by Marcel Holtmann · 11 years ago
  27. 755a900 Bluetooth: Add mgmt defines for privacy by Johan Hedberg · 11 years ago
  28. 95fbac8 Bluetooth: Add support for sending New IRK event by Johan Hedberg · 11 years ago
  29. 41edf16 Bluetooth: Implement mgmt_load_irks command by Johan Hedberg · 11 years ago
  30. d40f3ee Bluetooth: Rename authentication to key_type in mgmt_ltk_info by Marcel Holtmann · 11 years ago
  31. 4e39ac8 Bluetooth: Add management command to allow use of debug keys by Marcel Holtmann · 11 years ago
  32. b1de97d Bluetooth: Add management setting for use of debug keys by Marcel Holtmann · 11 years ago
  33. ec10911 Bluetooth: Add support for remote OOB input of P-256 data by Marcel Holtmann · 11 years ago
  34. 4d2d279 Bluetooth: Add support for local OOB data with Secure Connections by Marcel Holtmann · 11 years ago
  35. eac83dc Bluetooth: Add management command for enabling Secure Connections by Marcel Holtmann · 11 years ago
  36. e98d2ce Bluetooth: Add flags and setting for Secure Connections support by Marcel Holtmann · 11 years ago
  37. 14b49b9 Bluetooth: Add management command for setting LE scan parameters by Marcel Holtmann · 11 years ago
  38. d13eafc Bluetooth: Add management command for setting static address by Marcel Holtmann · 11 years ago
  39. 0663ca2 Bluetooth: Add a new mgmt_set_bredr command by Johan Hedberg · 11 years ago
  40. 4375f10 Bluetooth: Add new mgmt_set_advertising command by Johan Hedberg · 11 years ago
  41. eeca6f8 Bluetooth: Add new mgmt setting for LE advertising by Johan Hedberg · 11 years ago
  42. 96570ff Bluetooth: Fix mgmt handling of power on failures by Johan Hedberg · 12 years ago
  43. 92a2525 Bluetooth: mgmt: Implement support for passkey notification by Johan Hedberg · 12 years ago
  44. f0d6a0e Bluetooth: mgmt: Add device disconnect reason by Mikel Astiz · 12 years ago
  45. af7985b Bluetooth: Fix flags of mgmt_device_found event by Jefferson Delfes · 13 years ago
  46. cdbaccc Bluetooth: Add management command for setting Device ID by Marcel Holtmann · 13 years ago
  47. c732a2a Bluetooth: mgmt: Fix timeout type by Andrei Emeltchenko · 13 years ago
  48. 044e124 Bluetooth: Use correct type for userspace exported structs by Gustavo F. Padovan · 13 years ago
  49. c476250 Bluetooth: Fix coding style in mgmt.h by Gustavo F. Padovan · 13 years ago
  50. 5f15903 Bluetooth: mgmt: Add new error code for invalid index by Johan Hedberg · 13 years ago
  51. 9d1acbf Bluetooth: mgmt: Add defines for command sizes by Johan Hedberg · 13 years ago
  52. 08c79b6 Bluetooth: mgmt: Add flags parameter to device_connected by Johan Hedberg · 13 years ago
  53. 9a395a8 Bluetooth: mgmt: Fix device_found parameters by Johan Hedberg · 13 years ago
  54. 490c5ba Bluetooth: Add hdev->short_name for EIR generation by Johan Hedberg · 13 years ago
  55. c059e05 Bluetooth: Fix parameter list for setting local name by Marcel Holtmann · 13 years ago
  56. f963e8e Bluetooth: mgmt: Add address type parameter to Discovering event by Johan Hedberg · 13 years ago
  57. d930650 Bluetooth: mgmt: Add address type parameter to Stop Discovery command by Johan Hedberg · 13 years ago
  58. aee9b21 Bluetooth: mgmt: Move status parameters into the cmd_complete header by Johan Hedberg · 13 years ago
  59. 3c6b764 Bluetooth: mgmt: Change ordering of cmd_status paramters by Johan Hedberg · 13 years ago
  60. f39799f Bluetooth: Prepare start_discovery by Andre Guedes · 13 years ago
  61. ea585ab Bluetooth: Add Intel copyright to mgmt files by Johan Hedberg · 13 years ago
  62. a198e7b Bluetooth: mgmt: Add address type to confirm name command by Johan Hedberg · 13 years ago
  63. d845769 Bluetooth: mgmt: Add address type to PIN code messages by Johan Hedberg · 13 years ago
  64. d753fdc Bluetooth: mgmt: Add address type to link key messages by Johan Hedberg · 13 years ago
  65. e70bb2e Bluetooth: Implement Read Supported Commands commands for mgmt by Johan Hedberg · 13 years ago
  66. b1078ad Bluetooth: Add Device Unpaired mgmt event by Johan Hedberg · 13 years ago
  67. bab73cb Bluetooth: Add address type to mgmt_ev_auth_failed by Johan Hedberg · 13 years ago
  68. 88c1fe4 Bluetooth: Add address type to mgmt blacklist messages by Johan Hedberg · 13 years ago
  69. 664ce4c Bluetooth: Add address type to Out Of Band mgmt messages by Johan Hedberg · 13 years ago
  70. 272d90d Bluetooth: Add address type to user_confirm and user_passkey messages by Johan Hedberg · 13 years ago
  71. 88c3df1 Bluetooth: Update mgmt_disconnect to match latest API by Johan Hedberg · 13 years ago
  72. 124f6e3 Bluetooth: Update and rename mgmt_remove_keys to mgmt_unpair_device by Johan Hedberg · 13 years ago
  73. 2842470 Bluetooth: mgmt: Implement Cancel Pair Device command by Johan Hedberg · 13 years ago
  74. 9ef866a Bluetooth: Update mgmt.h to match latest API spec by Johan Hedberg · 13 years ago
  75. 27f27ed Bluetooth: Add structures for the new LTK exchange messages by Vinicius Costa Gomes · 13 years ago
  76. b644ba3 Bluetooth: Update device_connected and device_found events to latest API by Johan Hedberg · 13 years ago
  77. 1dc0609 Bluetooth: Merge device class into the EIR data in mgmt_ev_device_found by Johan Hedberg · 13 years ago
  78. e319d2e Bluetooth: Add eir_len parameter to mgmt_ev_device_found by Johan Hedberg · 13 years ago
  79. afc747a Bluetooth: Rename mgmt connected events to match user space by Johan Hedberg · 13 years ago
  80. 4dad999 Bluetooth: Add missing mgmt_confirm_name command definition by Johan Hedberg · 13 years ago
  81. 1f8cd0d Bluetooth: Fix mgmt_(block,unblock)_device opcodes by Johan Hedberg · 13 years ago
  82. d85bb26 Bluetooth: Add missing confirm_name field to mgmt_ev_device_found by Johan Hedberg · 13 years ago
  83. f71d5a2 Bluetooth: Update ordering and opcodes of mgmt messages by Johan Hedberg · 13 years ago
  84. 14c0b60 Bluetooth: Remove mgmt_set_service_cache by Johan Hedberg · 13 years ago
  85. f7c6869ce Bluetooth: Move mgmt_set_fast_connectable to the right location by Johan Hedberg · 13 years ago
  86. 69ab39e Bluetooth: Update mgmt_read_info and related mgmt messages by Johan Hedberg · 13 years ago
  87. c768708 Bluetooth: Add MGMT event for Passkey Entry by Brian Gix · 13 years ago
  88. 453a838 Bluetooth: Add MGMT opcodes for Passkey Entry by Brian Gix · 13 years ago
  89. 450dfda Bluetooth: Pass all message parameters to mgmt_start_discovery by Johan Hedberg · 13 years ago
  90. ca69b79 Bluetooth: Create a unique mgmt error code hierarchy by Johan Hedberg · 13 years ago
  91. ba4e564 Bluetooth: Add address type to mgmt_pair_device by Johan Hedberg · 13 years ago
  92. 37d9ef7 Bluetooth: Add status parameter to mgmt_disconnect response by Johan Hedberg · 13 years ago
  93. a8a1d19 Bluetooth: Add proper response to mgmt_remove_keys command by Johan Hedberg · 13 years ago
  94. 48264f0 Bluetooth: Add public/random LE address information to mgmt messages by Johan Hedberg · 13 years ago
  95. 4c659c3 Bluetooth: Add address type fields to mgmt messages that need them by Johan Hedberg · 13 years ago
  96. 86742e1 Bluetooth: Update link key mgmt APIs to match latest spec. by Johan Hedberg · 13 years ago
  97. 16ab91a Bluetooth: Add timeout field to mgmt_set_discoverable by Johan Hedberg · 13 years ago
  98. c636ef5 Bluetooth: Fix mgmt interaction with userspace by Gustavo F. Padovan · 13 years ago
  99. 5e76244 Bluetooth: Add mgmt events for blacklisting by Antti Julku · 13 years ago
  100. f6422ec Bluetooth: Add mgmt command for fast connectable mode by Antti Julku · 14 years ago