plunky f5db72e7b7 Add 'service level' security for L2CAP and RFCOMM connections, following
the Linux (BlueZ) API.

    - L2CAP or RFCOMM connections can require the baseband radio link
    mode be any of:
	authenticated (devices are paired)
	encrypted (implies authentication)
	secured (encryption, plus generate new link key)

    - for sockets, the mode is set using setsockopt(2) and the socket
    connection will be aborted if the mode change fails.

    - mode settings will be applied during connection establishment, and
    for safety, we enter a wait state and will only proceed when the mode
    settings are successfuly set.

    - It is possible to change the mode on already open connections, but
    not possible to guarantee that data already queued (from either end)
    will not be delivered. (this is a feature, not a bug)

    - bthidev(4) and rfcomm_sppd(1) support "auth", "encrypt" and
    "secure" options

    - btdevctl(8) by default enables "auth" for HIDs, and "encrypt" for
    keyboards (which are required to support it)
2007-04-21 06:15:22 +00:00
..
2007-04-15 13:03:20 +00:00
2007-04-19 20:24:47 +00:00
2007-03-08 23:23:45 +00:00
2007-04-12 18:00:17 +00:00
2007-03-08 20:52:21 +00:00
2007-03-25 20:28:03 +00:00
2007-03-07 23:17:01 +00:00
2007-03-10 00:52:46 +00:00
2007-03-04 07:54:07 +00:00
2007-04-12 21:39:24 +00:00
2007-04-03 03:33:54 +00:00
2007-03-04 22:12:43 +00:00
2007-04-11 04:09:10 +00:00
2007-03-01 17:31:35 +00:00
2007-04-19 14:37:17 +00:00