You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bluetooth module has multiple components, some partially documented others not.
Moreover some of these seem overlapping; ex. ble_services/hrs and ble_profiles/std /ble_hrp. Which one should I use and why?
I'm trying to understand whether these are connected or just standalone components??
Also, some of the functionality is not so transparent ... like ble_conn_mgr... does it supports GATT too? Is it supposed to be updated to support GATT in future? or there will be a different component for that?
And to what is ble_hci? Espressif's internal bluetooth stack project?
More importantly.. if I want to implement something of my own using any of these?? What is the possible extent?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Bluetooth module has multiple components, some partially documented others not.
Moreover some of these seem overlapping; ex. ble_services/hrs and ble_profiles/std /ble_hrp. Which one should I use and why?
I'm trying to understand whether these are connected or just standalone components??
Also, some of the functionality is not so transparent ... like ble_conn_mgr... does it supports GATT too? Is it supposed to be updated to support GATT in future? or there will be a different component for that?
And to what is ble_hci? Espressif's internal bluetooth stack project?
More importantly.. if I want to implement something of my own using any of these?? What is the possible extent?
Beta Was this translation helpful? Give feedback.
All reactions