Search found 3 matches

by Amol_design
Sat Nov 23, 2019 6:53 am
Forum: ESP-IDF
Topic: continuously read GATTS not working esp_ble_gatts_send_response after some time
Replies: 4
Views: 5489

Re: continuously read GATTS not working esp_ble_gatts_send_response after some time

Most likely you have memory leak in code, find it. i am using GATT server example as it is .i use it for continuously read response from esp32 .i had gone trough application code and esp-idf components after each ESP_GATTS_READ_EVT i see in function void btc_gatts_arg_deep_copy(btc_msg_t *msg, void...
by Amol_design
Tue Nov 19, 2019 5:40 am
Forum: ESP-IDF
Topic: continuously read GATTS not working esp_ble_gatts_send_response after some time
Replies: 4
Views: 5489

Re: continuously read GATTS not working esp_ble_gatts_send_response after some time

chegewara wrote:
Tue Nov 12, 2019 7:32 am
BT_BTC: btc_gatts_arg_deep_copy 11 no mem
No memory is a clue.
How to resolve this issue ?
by Amol_design
Tue Nov 12, 2019 5:32 am
Forum: ESP-IDF
Topic: continuously read GATTS not working esp_ble_gatts_send_response after some time
Replies: 4
Views: 5489

continuously read GATTS not working esp_ble_gatts_send_response after some time

After using continuously send read characteristics from android to BLE GATTS server it shows following error message reset Esp32 . I (778476) Read UHF: Wrote 7 bytes I (778676) Config_ble: 36 I (778676) Config_ble: gatts_if 4 I (778766) Config_ble: GATT_READ_EVT, conn_id 0, trans_id 730, handle 46 I...