This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How should I get the advertisement packet?

Hello.

I am developing using nrf52832 (S132 v7.0.1, SDK v16.0.0).

During development, I was wondering about advertised packets.

I thought that the advertisement packet information would be included in the "scan_evt_t" structure when the advertisement was received, but there was missing information such as Preamble and Access Address.

How should I get the advertisement packet?

Is there a function to get it?

Also, if information is entered in the "scan_evt_t" structure, please tell me which information is entered in which place. 

Please let us know if you have any questions.

Thank you. 

Parents Reply
  • thank you for your answer.

    No Preamble or Access Address is required when creating a communication with a peripheral.

    In my opinion, if I got the information of the advertisement packet somewhere and put it in the structure, I felt that I could see the Preamble and Access Address.

    As a confirmation, does the information in the advertisement packet enter the "scan_evt_t" structure when the advertisement is received?

    Thank you.

Children
Related