2021-07-24 02: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
2021-07-26 08: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.
2021-07-27 10:38 AM
Thanks, I have edited the question