Search found 2 matches

by afrohl
Mon Aug 21, 2017 5:53 pm
Forum: ESP-IDF
Topic: [Info]: Low level bluetooth debugging
Replies: 2
Views: 5541

Re: [Info]: Low level bluetooth debugging

Did you ever find out more "what this means"? I'm trying to connect to devices with GATT to get the profile, disconnect, and repeat with the other devices in the area. This is intended to be a more verbose scan from just a GAP scan. My issue is that after a few connect/disconnect cycles the esp32 ha...
by afrohl
Thu Aug 17, 2017 9:10 pm
Forum: General Discussion
Topic: Heap error from BLE GATT client
Replies: 0
Views: 2533

Heap error from BLE GATT client

Hi all, I'm trying to make a BLE scanner that first uses GAP to get a list of devices, stores those devices, then connects to each one with GATT to get the list of services. After some time (about 10 minutes) i get this error E (126648) BT: bta_gattc_conn_cback() - cif=3 connected=0 conn_id=3 reason...