espressif / esp-idf

Espressif IoT Development Framework. Official development framework for Espressif SoCs.
Apache License 2.0
12.93k stars 7.1k forks source link

Unable to run BLE_SPP_Server example (IDFGH-7073) #8261

Open MaazSk opened 2 years ago

MaazSk commented 2 years ago

Environment

Problem Description

I am trying to run the BLE_SPP_Server example but I am getting the following error. Simply compiled and burned the code.


I (963) uart: queue free spaces: 10
I (963) GATTS_SPP_DEMO: EVT 22, gatts if 3

I (963) GATTS_SPP_DEMO: event = 16

I (973) GATTS_SPP_DEMO: The number handle =b

E (973) GATTS_SPP_DEMO: GAP_EVT, event 4

I (983) GATTS_SPP_DEMO: EVT E (1003) GATTS_SPP_DEMO: GAP_EVT, event 6

Thank you in advance

Weijian-Espressif commented 2 years ago

@MaazSk I don't see any mistakes. Is there a more detailed log?

Weijian-Espressif commented 2 years ago

I (983) GATTS_SPP_DEMO: EVT E (1003) GATTS_SPP_DEMO: GAP_EVT, event 6

This log means that ESP_GAP_BLE_ADV_START_COMPLETE_EVT is triggred, not an error

MaazSk commented 2 years ago

@Weijian-Espressif, I am not working on it currently. I will update the logs once I am back.

Alvin1Zhang commented 1 year ago

@MaazSk Thanks for reporting, would you please help share if any further updates for the issue? Thanks.