linux/net/bluetooth
Anderson Lizardo 0e8339151f Bluetooth: use recommended LE connection parameters
The new connection parameters now match the recommended values for
Proximity and Health Thermometer profiles. The previous values were
ramdomly chosen, and are either too low or too high for most cases.

New values:

Scan Interval: 60 ms
Scan Window: 30 ms
Minimum Connection Interval: 50 ms
Maximum Connection Interval: 70 ms
Supervision Timeout: 420 ms

See "Table 5.2: Recommended Scan Interval and Scan Window Values" and
"Table 5.3: Recommended Connection Interval Values" for both profiles
for details. Note that the "fast connection" parameters were chosen,
because we do not support yet dynamically changing these parameters from
initiator side.

Additionally, the Proximity profile recommends (section "4.4 Alert on
Link Loss"):

"It is recommended that the Link Supervision Timeout (LSTO) is set to 6x
the connection interval."

Minimum_CE_Length and Maximum_CE_Length were also changed from 0x0001 to
0x0000 because they are informational and optional, and old value was
not reflecting reality.

Signed-off-by: Anderson Lizardo <anderson.lizardo@openbossa.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
2011-09-27 18:16:27 -03:00
..
bnep Bluetooth: Linearize skbs for use in BNEP, CMTP, HIDP, and RFCOMM 2011-09-27 18:15:55 -03:00
cmtp Bluetooth: Linearize skbs for use in BNEP, CMTP, HIDP, and RFCOMM 2011-09-27 18:15:55 -03:00
hidp Bluetooth: Linearize skbs for use in BNEP, CMTP, HIDP, and RFCOMM 2011-09-27 18:15:55 -03:00
rfcomm Bluetooth: Linearize skbs for use in BNEP, CMTP, HIDP, and RFCOMM 2011-09-27 18:15:55 -03:00
af_bluetooth.c Bluetooth: Handle fragmented skbs in bt_sock_stream_recvmsg() 2011-09-27 18:16:07 -03:00
hci_conn.c Bluetooth: use recommended LE connection parameters 2011-09-27 18:16:27 -03:00
hci_core.c Bluetooth: Add mgmt events for blacklisting 2011-09-21 12:59:15 -03:00
hci_event.c Bluetooth: Reduce critical region. 2011-09-21 12:59:16 -03:00
hci_sock.c Bluetooth: Add mgmt events for blacklisting 2011-09-21 12:59:15 -03:00
hci_sysfs.c Bluetooth: Add LE link type for debugfs output 2011-09-21 12:58:12 -03:00
Kconfig bluetooth: uses crypto interfaces, select CRYPTO 2011-06-27 15:09:39 -04:00
l2cap_core.c Bluetooth: Perform L2CAP SDU reassembly without copying data 2011-09-27 18:16:18 -03:00
l2cap_sock.c Bluetooth: Fixed wrong L2CAP Sock timer value 2011-08-11 19:50:27 -03:00
lib.c Bluetooth: Add bt_printk 2011-06-30 19:17:12 -03:00
Makefile Bluetooth: Implement the first SMP commands 2011-06-13 15:11:55 -03:00
mgmt.c Bluetooth: Check 'dev_class' in mgmt_device_found() 2011-09-21 12:59:16 -03:00
sco.c Bluetooth: sco: Fix lost wakeups waiting to accept socket 2011-08-11 19:50:26 -03:00
smp.c Bluetooth: Remove support for other SMP keys than the LTK 2011-09-21 12:59:16 -03:00