Skip to content
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

An unknown error occurred while obtaining features for BLE. #10845

Open
1 task done
bbhxwl opened this issue Jan 11, 2025 · 1 comment
Open
1 task done

An unknown error occurred while obtaining features for BLE. #10845

bbhxwl opened this issue Jan 11, 2025 · 1 comment
Labels
Area: BLE Issues related to BLE Status: Needs investigation We need to do some research before taking next steps on this issue Type: Question Only question

Comments

@bbhxwl
Copy link

bbhxwl commented Jan 11, 2025

Board

esp32-s3

Device Description

DevKitc

Hardware Configuration

no

Version

latest master (checkout manually)

IDE Name

CLion-platformio

Operating System

mac

Flash frequency

40Mhz

PSRAM enabled

yes

Upload speed

115200

Description

[ 48845][E][BLERemoteCharacteristic.cpp:289] retrieveDescriptors(): esp_ble_gattc_get_all_descr: Unknown

 Serial.println("3");
    BLERemoteCharacteristic* c=service->getCharacteristic(charUUID);
    Serial.println("4");
image

Sketch

const char* serviceUUID = "0000ffe5-0000-1000-8000-00805f9a34fb";
const char* charUUID = "0000ffe4-0000-1000-8000-00805f9a34fb";    
BLERemoteService* service=pClient->getService(serviceUUID);
    BLERemoteCharacteristic* c=service->getCharacteristic(charUUID);

Debug Message

[ 48845][E][BLERemoteCharacteristic.cpp:289] retrieveDescriptors(): esp_ble_gattc_get_all_descr: Unknown

Other Steps to Reproduce

No response

I have checked existing issues, online documentation and the Troubleshooting Guide

  • I confirm I have checked existing issues, online documentation and Troubleshooting guide.
@bbhxwl bbhxwl added the Status: Awaiting triage Issue is waiting for triage label Jan 11, 2025
@Jason2866
Copy link
Collaborator

How is the latest master checked out?

@SuGlider SuGlider added Type: Question Only question Status: Needs investigation We need to do some research before taking next steps on this issue Area: BLE Issues related to BLE and removed Status: Awaiting triage Issue is waiting for triage labels Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: BLE Issues related to BLE Status: Needs investigation We need to do some research before taking next steps on this issue Type: Question Only question
Projects
None yet
Development

No branches or pull requests

3 participants