Skip to main content
DS.4
Senior
July 24, 2021
Question

STM32WB55 - BLE Handle advertised and received

  • July 24, 2021
  • 2 replies
  • 596 views

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

This topic has been closed for replies.

2 replies

Bubbles
ST Employee
July 26, 2021

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.
DS.4
DS.4Author
Senior
July 27, 2021

Thanks, I have edited the question