In BlueZ – to enforce a Connection Interval edit a file that is located in
/var/lib/bluetooth/[ADAPTER]/[DEVICE]/info where [ADAPTER] and [DEVICE] is the bluetooth adapter address and device address bluez is connected to respectively and and restart bluetoothd. Add the following lines:
1
2
3
4
5
|
[ConnectionParameters]
MinInterval=8
MaxInterval=16
Latency=0
Timeout=200
|
No comments:
Post a Comment