STM32WB55 - BLE Handle advertised and received
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-07-24 2:50 PM
Below is the event occurring upon connection, in this event there is the Connection_Handle, this is the number I believe is identifying this specific connection.
Event upon connection:
typedef PACKED(struct)
{
...
uint16_t Connection_Handle; // <<<<<THIS
...
} hci_le_connection_complete_event_rp0;
From my understanding, this number is being advertised to the master (prior the connection)
My question is how can I read it where is it placed in the ADV data?
Thanks
- Labels:
-
BLE
-
STM32WB series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-07-26 8:20 AM
Hi @Community member​ your question is missing context. What connection is it about? Try adding topic keywords too, to steer the question to those who can help.
J
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-07-27 10:38 AM
Thanks, I have edited the question
