1. a330916 Bluetooth: Make mgmt_connectable() return void by Marcel Holtmann · 11 years ago
  2. 86a7564 Bluetooth: Make mgmt_discoverable() return void by Marcel Holtmann · 11 years ago
  3. 6acd7db Bluetooth: Introduce flag for limited discoverable mode by Marcel Holtmann · 11 years ago
  4. 441ad2d Bluetooth: Update advertising data based on management commands by Marcel Holtmann · 11 years ago
  5. 8d6083f Bluetooth: Fix minor coding style issue in set_connectable() by Marcel Holtmann · 11 years ago
  6. 899e107 Bluetooth: Check that scan window is smaller or equal than scan interval by Marcel Holtmann · 11 years ago
  7. bfaf8c9 Bluetooth: Convert Set Discoverable to use an asynchronous request by Johan Hedberg · 11 years ago
  8. aa8af46 Bluetooth: Fix updating scan mode in set_bredr() by Johan Hedberg · 11 years ago
  9. 67e5a7a Bluetooth: Move set_bredr_scan() to avoid forward declaration by Johan Hedberg · 11 years ago
  10. 1987fdc Bluetooth: Make Set Connectable also update the LE advertising type by Johan Hedberg · 11 years ago
  11. 95c66e7 Bluetooth: Move static advertising functions to avoid forward declarations by Johan Hedberg · 11 years ago
  12. 37438c1 Bluetooth: Add missing error handling for Set Connectable by Johan Hedberg · 11 years ago
  13. d7b856f Bluetooth: Move more logic into set_connectable complete callback by Johan Hedberg · 11 years ago
  14. 9b74246 Bluetooth: Reorganize set_connectable HCI command sending by Johan Hedberg · 11 years ago
  15. 79d95a1 Bluetooth: Remove pointless bdaddr_to_le() helper function by Marcel Holtmann · 11 years ago
  16. 7f72134e Bluetooth: Add MGMT_OP_SET_SCAN_PARAMS to supported commands list by Marcel Holtmann · 11 years ago
  17. a82974c Bluetooth: Don't advertise high speed support without SSP by Marcel Holtmann · 11 years ago
  18. 14b49b9 Bluetooth: Add management command for setting LE scan parameters by Marcel Holtmann · 11 years ago
  19. ac4b723 Bluetooth: Move smp.h header file into net/bluetooth/ by Marcel Holtmann · 11 years ago
  20. b145edc Bluetooth: Use hci_conn_num() for checking number of LE connections by Marcel Holtmann · 11 years ago
  21. 21b5187 Bluetooth: Fix too long line with set_advertising() function by Marcel Holtmann · 11 years ago
  22. cebf4cf Bluetooth: Fix checking for HCI_SETUP flag when receiving mgmt commands by Johan Hedberg · 11 years ago
  23. 9ecb3e2 Bluetooth: Restrict high speed support to SSP enabled controllers by Marcel Holtmann · 11 years ago
  24. 72ef0c1 Bluetooth: Remove unneeded val variable when setting SSP by Marcel Holtmann · 11 years ago
  25. f74ca9b Bluetooth: Fix changing advertising setting while LE is connected by Johan Hedberg · 11 years ago
  26. 2f1e063 Bluetooth: Make mgmt_discovering() return void by Marcel Holtmann · 11 years ago
  27. 9cf12ae Bluetooth: Make mgmt_remote_name() return void by Marcel Holtmann · 11 years ago
  28. 901801b Bluetooth: Make mgmt_device_found() return void by Marcel Holtmann · 11 years ago
  29. 9b80ec5 Bluetooth: Make mgmt_device_disconnected() return void by Marcel Holtmann · 11 years ago
  30. ecd90ae Bluetooth: Make mgmt_device_connected() return void by Marcel Holtmann · 11 years ago
  31. 445608d Bluetooth: Make mgmt_connect_failed() return void by Marcel Holtmann · 11 years ago
  32. 7892924 Bluetooth: Make mgmt_disconnect_failed() return void by Marcel Holtmann · 11 years ago
  33. 3eec705 Bluetooth: Make mgmt_set_powered_failed() return void by Marcel Holtmann · 11 years ago
  34. bf6b56d Bluetooth: Make mgmt_index_added() and mgmt_index_removed() return void by Marcel Holtmann · 11 years ago
  35. 5559435 Bluetooth: Send new settings only when pairable changes by Marcel Holtmann · 11 years ago
  36. 1514b89 Bluetooth: Remove mgmt_valid_hdev() helper function by Marcel Holtmann · 11 years ago
  37. a6d811e Bluetooth: Remove no longer needed mgmt_new_settings() function by Marcel Holtmann · 11 years ago
  38. 5976e60 Bluetooth: Use helper function for re-enabling advertising by Marcel Holtmann · 11 years ago
  39. b4faf300 Bluetooth: Set LE advertising parameters before enabling it by Marcel Holtmann · 11 years ago
  40. bba3aa5 Bluetooth: Use helper functions for enabling/disabling advertising by Marcel Holtmann · 11 years ago
  41. 03d8741 Bluetooth: Make it clear that disabling LE disables advertising by Marcel Holtmann · 11 years ago
  42. c25dfc6 Bluetooth: Use random address if public address is not available by Marcel Holtmann · 11 years ago
  43. d2f5a19 Bluetooth: Add public mgmt function to send New Settings event by Johan Hedberg · 11 years ago
  44. f3d3444a Bluetooth: Rename HCI_LE_PERIPHERAL to HCI_ADVERTISING by Johan Hedberg · 11 years ago
  45. 6203fc9 Bluetooth: Allow changing device class when BR/EDR is disabled by Marcel Holtmann · 11 years ago
  46. cf99ba1 Bluetooth: Restrict loading of long term keys to LE capable controllers by Marcel Holtmann · 11 years ago
  47. 9060d5c Bluetooth: Restrict loading of link keys to BR/EDR capable controllers by Marcel Holtmann · 11 years ago
  48. 62af444 Bluetooth: Allow setting static address even if LE is disabled by Marcel Holtmann · 11 years ago
  49. cdba528 Bluetooth: Restrict SSP setting changes to BR/EDR enabled controllers by Marcel Holtmann · 11 years ago
  50. 9ab8cf3 Bluetooth: Increment management interface revision by Marcel Holtmann · 11 years ago
  51. e6fe798 Bluetooth: Fix REJECTED vs NOT_SUPPORTED mgmt responses by Johan Hedberg · 11 years ago
  52. d13eafc Bluetooth: Add management command for setting static address by Marcel Holtmann · 11 years ago
  53. a0cdf960 Bluetooth: Restrict disabling of HS when controller is powered off by Marcel Holtmann · 11 years ago
  54. 0663ca2 Bluetooth: Add a new mgmt_set_bredr command by Johan Hedberg · 11 years ago
  55. 56f8790 Bluetooth: Introduce a new HCI_BREDR_ENABLED flag by Johan Hedberg · 11 years ago
  56. ee39269 Bluetooth: Send new settings event when changing high speed option by Marcel Holtmann · 11 years ago
  57. 848566b Bluetooth: Provide high speed configuration option by Marcel Holtmann · 11 years ago
  58. 4375f10 Bluetooth: Add new mgmt_set_advertising command by Johan Hedberg · 11 years ago
  59. eeca6f8 Bluetooth: Add new mgmt setting for LE advertising by Johan Hedberg · 11 years ago
  60. 416a4ae Bluetooth: Use async request for LE enable/disable by Johan Hedberg · 11 years ago
  61. bd99abd Bluetooth: Move mgmt response convenience functions to a better location by Johan Hedberg · 11 years ago
  62. 87b95ba Bluetooth: Fix busy return for mgmt_set_powered in some cases by Johan Hedberg · 11 years ago
  63. 0736cfa Bluetooth: Introduce user channel flag for HCI devices by Marcel Holtmann · 11 years ago
  64. 0a80465 Bluetooth: Remove unneeded flag by Andrei Emeltchenko · 11 years ago
  65. 12602d0 Bluetooth: Mgmt Device Found Event by Andre Guedes · 11 years ago
  66. 1183fdc Bluetooth: Make mgmt_stop_discovery_failed static by Andre Guedes · 11 years ago
  67. 0e05bba Bluetooth: Update stop_discovery to use HCI request by Andre Guedes · 11 years ago
  68. 4c87eaa Bluetooth: Use HCI request in interleaved discovery by Andre Guedes · 11 years ago
  69. 0d8cc93 Bluetooth: Move discovery macros to hci_core.h by Andre Guedes · 11 years ago
  70. 41dc2bd Bluetooth: Make mgmt_start_discovery_failed static by Andre Guedes · 11 years ago
  71. 7c30772 Bluetooth: Update start_discovery to use HCI request by Andre Guedes · 11 years ago
  72. 96570ff Bluetooth: Fix mgmt handling of power on failures by Johan Hedberg · 11 years ago
  73. 757aee0 Bluetooth: Fix checks for LE support on LE-only controllers by Johan Hedberg · 11 years ago
  74. c73eee9 Bluetooth: Fix sending write_le_host_supporte for LE-only controllers by Johan Hedberg · 11 years ago
  75. 5df480b Bluetooth: Add LE scan type macros by Andre Guedes · 11 years ago
  76. b6c7515 Bluetooth: Change LE scanning timeout macros by Andre Guedes · 11 years ago
  77. 76a68ba Bluetooth: rename hci_conn_put to hci_conn_drop by David Herrmann · 11 years ago
  78. feb94d3 Bluetooth: Fix PIN/Confirm/Passkey response parameters by Johan Hedberg · 11 years ago
  79. 1707c60 Bluetooth: Simplify address parameters of user_pairing_resp() by Johan Hedberg · 11 years ago
  80. 4c01f8b Bluetooth: Fix fast connectable state when enabling page scan by Johan Hedberg · 11 years ago
  81. bd98b99 Bluetooth: Fix updating page scan parameters when not necessary by Johan Hedberg · 11 years ago
  82. e36a376 Bluetooth: Disable fast connectable when disabling connectable by Johan Hedberg · 11 years ago
  83. 406d780 Bluetooth: Refactor fast connectable HCI commands by Johan Hedberg · 11 years ago
  84. 1a4d3c4 Bluetooth: Add proper flag for fast connectable mode by Johan Hedberg · 11 years ago
  85. 05cbf29 Bluetooth: Fix error response for simultaneous fast connectable commands by Johan Hedberg · 11 years ago
  86. 1a47aee Bluetooth: Limit fast connectable support to >= 1.2 controllers by Johan Hedberg · 11 years ago
  87. 33e38b3 Bluetooth: Fix fast connectable response sending by Johan Hedberg · 11 years ago
  88. 2b76f45 Bluetooth: Use an async request for mgmt_set_connectable by Johan Hedberg · 11 years ago
  89. b3f2ca9 Bluetooth: Fix setting local name to the existing value by Johan Hedberg · 11 years ago
  90. 3f98505 Bluetooth: Fix local name setting for LE-only controllers by Johan Hedberg · 11 years ago
  91. 1392897 Bluetooth: Fix waiting for EIR update when setting local name by Johan Hedberg · 11 years ago
  92. 2908fe3 Bluetooth: Remove useless HCI_PENDING_CLASS flag by Johan Hedberg · 11 years ago
  93. 92da609 Bluetooth: Fix UUID/class mgmt command response synchronization by Johan Hedberg · 11 years ago
  94. 0cab9c8 Bluetooth: Fix busy condition testing for EIR and class updates by Johan Hedberg · 11 years ago
  95. 229ab39 Bluetooth: Wait for HCI command completion with mgmt_set_powered by Johan Hedberg · 11 years ago
  96. 890ea89 Bluetooth: Update mgmt powered HCI commands to use async requests by Johan Hedberg · 11 years ago
  97. 70da624 Bluetooth: Move power on HCI command updates to their own function by Johan Hedberg · 11 years ago
  98. a3d0935 Bluetooth: Refactor mgmt_pending_foreach by Andre Guedes · 11 years ago
  99. 3810285 Bluetooth: Increment Management interface revision by Johan Hedberg · 11 years ago
  100. f0ff92f Bluetooth: Fix link security setting when powering on by Johan Hedberg · 11 years ago