Search found 2 matches

by frazan-un
Wed May 08, 2019 9:02 am
Forum: ESP-IDF
Topic: scanning after AP disappears -- errors: Now is connecting, user scan invalid now!
Replies: 2
Views: 5536

Re: scanning after AP disappears -- errors: Now is connecting, user scan invalid now!

Hi,
I resolved calling an esp_wifi_disconnect() before the scan in order to terminate completely the previous connection.
Bye
by frazan-un
Wed Apr 03, 2019 10:19 am
Forum: ESP-IDF
Topic: esp_ble_gatts_create_attr_tab() with multiple Services
Replies: 3
Views: 5818

Re: esp_ble_gatts_create_attr_tab() with multiple Services

Hi all, I'm trying to make a profile with 2 services with the same UUID (same service table) using the attribute tables. The function that create that (esp_ble_gatts_create_attr_tab()) is ok because there is an argument srvc_inst_id, and so I can call it 2 times with different service instances. My ...