1. 05 7月, 2014 2 次提交
  2. 04 7月, 2014 2 次提交
  3. 03 7月, 2014 9 次提交
  4. 24 5月, 2014 1 次提交
  5. 16 5月, 2014 1 次提交
  6. 10 3月, 2014 1 次提交
  7. 28 2月, 2014 1 次提交
  8. 23 2月, 2014 1 次提交
  9. 20 2月, 2014 1 次提交
  10. 18 2月, 2014 1 次提交
  11. 13 2月, 2014 7 次提交
  12. 12 10月, 2013 1 次提交
    • M
      Bluetooth: Add management command for setting LE scan parameters · 14b49b9a
      Marcel Holtmann 提交于
      The scan interval and window parameters are used for LE passive
      background scanning and connection establishment. This allows
      userspace to change the values.
      
      These two values should be kept in sync with whatever is used for
      the scan parameters service on remote devices. And it puts the
      controlling daemon (for example bluetoothd) in charge of setting
      the values.
      
      Main use case would be to switch between two sets of values. One
      for foreground applications and one for background applications.
      
      At this moment, the values are only used for manual connection
      establishment, but soon that should be extended to background
      scanning and automatic connection establishment.
      Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
      Signed-off-by: NJohan Hedberg <johan.hedberg@intel.com>
      14b49b9a
  13. 02 10月, 2013 2 次提交
    • M
      Bluetooth: Add management command for setting static address · d13eafce
      Marcel Holtmann 提交于
      On dual-mode BR/EDR/LE and LE only controllers it is possible
      to configure a random address. There are two types or random
      addresses, one is static and the other private. Since the
      random private addresses require special privacy feature to
      be supported, the configuration of these two are kept separate.
      
      This command allows for setting the static random address. It is
      only supported on controllers with LE support. The static random
      address is suppose to be valid for the lifetime of the controller
      or at least until the next power cycle. To ensure such behavior,
      setting of the address is limited to when the controller is
      powered off.
      
      The special BDADDR_ANY address (00:00:00:00:00:00) can be used to
      disable the static address. This is also the default value.
      Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
      Signed-off-by: NJohan Hedberg <johan.hedberg@intel.com>
      d13eafce
    • J
      Bluetooth: Add a new mgmt_set_bredr command · 0663ca2a
      Johan Hedberg 提交于
      This patch introduces a new mgmt command for enabling/disabling BR/EDR
      functionality. This can be convenient when one wants to make a dual-mode
      controller behave like a single-mode one. The command is only available
      for dual-mode controllers and requires that LE is enabled before using
      it. The BR/EDR setting can be enabled at any point, however disabling it
      requires the controller to be powered off (otherwise a "rejected"
      response will be sent).
      
      Disabling the BR/EDR setting will automatically disable all other BR/EDR
      related settings.
      Signed-off-by: NJohan Hedberg <johan.hedberg@intel.com>
      Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
      0663ca2a
  14. 26 9月, 2013 2 次提交
  15. 12 6月, 2013 1 次提交
  16. 19 9月, 2012 1 次提交
  17. 22 8月, 2012 1 次提交
    • M
      Bluetooth: mgmt: Add device disconnect reason · f0d6a0ea
      Mikel Astiz 提交于
      MGMT_EV_DEVICE_DISCONNECTED will now expose the disconnection reason to
      userland, distinguishing four possible values:
      
      	0x00	Reason not known or unspecified
      	0x01	Connection timeout
      	0x02	Connection terminated by local host
      	0x03	Connection terminated by remote host
      
      Note that the local/remote distinction just determines which side
      terminated the low-level connection, regardless of the disconnection of
      the higher-level profiles.
      
      This can sometimes be misleading and thus must be used with care. For
      example, some hardware combinations would report a locally initiated
      disconnection even if the user turned Bluetooth off in the remote side.
      Signed-off-by: NMikel Astiz <mikel.astiz@bmw-carit.de>
      Acked-by: NMarcel Holtmann <marcel@holtmann.org>
      Signed-off-by: NGustavo Padovan <gustavo.padovan@collabora.co.uk>
      f0d6a0ea
  18. 13 6月, 2012 1 次提交
  19. 09 5月, 2012 1 次提交
  20. 29 3月, 2012 1 次提交
  21. 07 3月, 2012 2 次提交