1. 18 1月, 2013 2 次提交
  2. 11 1月, 2013 2 次提交
  3. 10 1月, 2013 8 次提交
  4. 04 12月, 2012 1 次提交
  5. 19 11月, 2012 1 次提交
  6. 09 11月, 2012 2 次提交
  7. 02 11月, 2012 7 次提交
  8. 28 9月, 2012 1 次提交
  9. 19 9月, 2012 4 次提交
  10. 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
  11. 07 8月, 2012 4 次提交
  12. 16 7月, 2012 1 次提交
    • J
      Bluetooth: Change page scan interval in fast connectable mode · 83ce9a06
      Johan Hedberg 提交于
      This patch is based on a user space (hciops) patch which never made it
      upstream but does make sense to include in the mgmt part of the kernel.
      
      (User space) commit message from Dmitriy Paliy:
      "
      Page scan interval in fast connectable mode is changed from 22.5 msec to
      160 msec to perform less aggressive page scanning. This is done
      accordingly to controller vendor recommendation.
      
      Primary concern is that current parameters 22.5 interval, 11.25 window,
      and interleaved scanning occupy whole radio bandwidth. Changing interval
      to 160 msec should be sufficient for both speeding up connection
      establishment and leaving space for other activities, like inquiry scan,
      e.g.
      "
      Signed-off-by: NJohan Hedberg <johan.hedberg@intel.com>
      Signed-off-by: NGustavo Padovan <gustavo.padovan@collabora.co.uk>
      83ce9a06
  13. 11 7月, 2012 1 次提交
  14. 19 6月, 2012 4 次提交
  15. 14 6月, 2012 1 次提交