I connect to a bluetooth le peripheral with the following command:
- gatttool -t random -b xx:xx:xx:xx:xx:xx -I
- and connect
If the given MAC-address exists, I have no problem.
If the given MAC-Address does not exist, the gatttool trys to connect about 40 seconds, till the gatttool response is "Error: connect error: Connection refused (111)".
My question is, how and where can i change the 40 seconds connection timeout of gatttool?