cancel
Showing results for 
Search instead for 
Did you mean: 

STM32WB55 - BLE Handle advertised and received

DS.4
Senior II

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

2 REPLIES 2
Bubbles
ST Employee

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
Senior II

Thanks, I have edited the question