Dynamic BLE Gatt Structure #1436
Unanswered
smahadwale2001
asked this question in
Getting started
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using nimble on esp32 and having more than 3 services in my Gatt profile. I am advertising BLE in my program in different ways where I want to hide services in different modes.
For example, there are 3 services in bleservices folder.
To advertise I have referred the examples given. But for some reason I want to hide the service2 or service3 from Gatt sometimes. For moddable I guess the gatt server is static. Is there any way to advertise this services dynamically.
I have also tried startAdvertsing() function, but advertisingData is limited to 31 bytes.
Beta Was this translation helpful? Give feedback.
All reactions