1. 18 10月, 2011 2 次提交
  2. 14 10月, 2011 12 次提交
  3. 11 10月, 2011 5 次提交
  4. 07 10月, 2011 1 次提交
  5. 28 9月, 2011 1 次提交
  6. 21 9月, 2011 1 次提交
  7. 11 7月, 2011 1 次提交
  8. 08 7月, 2011 2 次提交
  9. 17 6月, 2011 2 次提交
  10. 15 6月, 2011 2 次提交
  11. 14 6月, 2011 9 次提交
  12. 09 6月, 2011 2 次提交
    • J
      Bluetooth: Add BT_POWER L2CAP socket option. · 14b12d0b
      Jaikumar Ganesh 提交于
      Add BT_POWER socket option used to control the power
      characteristics of the underlying ACL link. When the remote end
      has put the link in sniff mode and the host stack wants to send
      data we need need to explicitly exit sniff mode to work well with
      certain devices (For example, A2DP on Plantronics Voyager 855).
      However, this causes problems with HID devices.
      
      Hence, moving into active mode when sending data, irrespective
      of who set the sniff mode has been made as a socket option. By
      default, we will move into active mode. HID devices can set the
      L2CAP socket option to prevent this from happening.
      
      Currently, this has been implemented for L2CAP sockets. This has been
      tested with incoming and outgoing L2CAP sockets for HID and A2DP.
      
      Based on discussions on linux-bluetooth and patches submitted by
      Andrei Emeltchenko.
      Signed-off-by: NJaikumar Ganesh <jaikumar@google.com>
      Signed-off-by: NGustavo F. Padovan <padovan@profusion.mobi>
      14b12d0b
    • G
      Bluetooth: Rename __l2cap_chan_close() to l2cap_chan_close() · 0f852724
      Gustavo F. Padovan 提交于
      To make it consistent with the rest of the API.
      Signed-off-by: NGustavo F. Padovan <padovan@profusion.mobi>
      0f852724