You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i use connection = gattlib_connect(NULL, address, GATTLIB_CONNECTION_OPTIONS_LEGACY_DEFAULT); it takes about 4 seconds to connect. When i use the bluetoothctl utility it takes less than 2 seconds.
time bluetoothctl connect XX:XX:XX:XX:XX:XX
Attempting to connect to XX:XX:XX:XX:XX:XX
[CHG] Device DA:DC:22:B3:94:93 Connected: yes
Connection successful
real 0m 1.56s
user 0m 0.07s
sys 0m 0.02s
How can i speed it up ?
Rest is working ok...
The text was updated successfully, but these errors were encountered:
When i use connection = gattlib_connect(NULL, address, GATTLIB_CONNECTION_OPTIONS_LEGACY_DEFAULT); it takes about 4 seconds to connect. When i use the bluetoothctl utility it takes less than 2 seconds.
time bluetoothctl connect XX:XX:XX:XX:XX:XX
Attempting to connect to XX:XX:XX:XX:XX:XX
[CHG] Device DA:DC:22:B3:94:93 Connected: yes
Connection successful
real 0m 1.56s
user 0m 0.07s
sys 0m 0.02s
How can i speed it up ?
Rest is working ok...
The text was updated successfully, but these errors were encountered: