-
Notifications
You must be signed in to change notification settings - Fork 690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StoreProhibited Error when adding GATT code to pipeline_a2dp_sink example (AUD-1459) #367
Comments
@Tarun-Narain How I can reproduced your issue? |
@jason-mao thanks for a quick reply ,
pipeline_a2dp_sink_and_hfp.zip IDF ver : 3.3.1 how i produced code : took pipeline_a2dp_sink_and_hfp example from ADF, added BLE Code from enabled BTDM in menuconfig and bluetooth_service component(ADF). I used some flash memory (audio recording) for my project and i dont think that is causing this issue. |
solved the issue, if someone is facing the same error, you need to comment the following line in bluetooth_service.c component
pull request to correct this error : #374 |
@jason-mao i'm closing the issue, can you look at the pull request, is everything fine with it? |
Hi guys,
i successfully set up dual mode, A2DP is working fine but whenever i try to connect to BLE from android Phone (gatt browser) the following error crashes esp32, i used the GATT(Server) code from esp-idf
a2dp_gatt_coex
example and tried to merge it in ADF.BLE is advertising but it cant connect.
Please help!
The text was updated successfully, but these errors were encountered: