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

peripheral connection via specific application

Hii,

I have two question regarding advertising and connection

1. Is there any way to hide my peripherals advertising from any other central scanner .

2. Is it possible to connect the peripheral to specific application( ex : nrf_connect )( any other can try to connect, but the action should be denied ).

can we able to achieve this by any other way please let me know

thanks & regards

vijay

Parents
  • Hi!

    1. Enabling direct advertising mode on your peripheral will enable it to advertise directly to a specific scanner. Alternatively, whitelist advertising ensures the peripheral will only advertise to the devices on a whitelist.

    Information about the different advertising modes can be found here.

    Note that a sniffer or similar will have no problem detecting the advertising packets.

    2. It is possible to connect a peripheral to only a specific application, but this has to be handled in the application layer.

    Best regards,

    Heidi

  • hello,

    thank u for valuable reply.

    1. I have implemented whitelist and direct advertising . what i am trying to implement is i need to hide advertising of peripheral from other central .

    2. please can you refer any examples related to it ( or ) the sequence of it.

    Best regards,

    vijay

Reply Children
Related