Search found 6 matches

by ThePetest
Mon Mar 12, 2018 3:45 pm
Forum: General Discussion
Topic: Any way to change the default timeout period for opening a BLE connection?
Replies: 3
Views: 5771

Re: Any way to change the default timeout period for opening a BLE connection?

Thanks for the hint. It should probably be effective but only as long as the BLE server complies with the preferred parameters. However in my case it wasn't effective. I think I will try reinitializing the BLE stack.
by ThePetest
Mon Mar 12, 2018 11:42 am
Forum: General Discussion
Topic: Looking for ESP32 Developer
Replies: 9
Views: 11544

Re: Looking for ESP32 Developer

No worries, thanks for the help.

@kbaud1
I sent you a PM.
by ThePetest
Sun Mar 11, 2018 4:54 pm
Forum: General Discussion
Topic: Looking for ESP32 Developer
Replies: 9
Views: 11544

Re: Looking for ESP32 Developer

Wow the forum admins are making it difficult..
I received your private message but I'm unable to send a reply. Anyways, here's my email address, you can reach me here if you are interested:
by ThePetest
Thu Mar 08, 2018 12:59 pm
Forum: General Discussion
Topic: Looking for ESP32 Developer
Replies: 9
Views: 11544

Re: Looking for ESP32 Developer

Hi, I can't send you a PM because I just registered here but I sent you a friend request. I hope we can talk.
by ThePetest
Wed Mar 07, 2018 1:15 pm
Forum: General Discussion
Topic: Any way to change the default timeout period for opening a BLE connection?
Replies: 3
Views: 5771

Any way to change the default timeout period for opening a BLE connection?

Hi, When I call esp_ble_gattc_open in the client and the server is not available, it takes 30 seconds until I get an ESP_GATTC_DISCONNECT_EVT event followed by an ESP_GATTC_OPEN_EVT event with the status parameter being ESP_GATT_ERROR. During these 30 seconds I can't do anything else related to BLE ...