This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

BLE_GAP_DISC_MODE_NOT_DISCOVERABLE

Hi,

How can i set BLE_GAP_DISC_MODE_NOT_DISCOVERABLE advertisement type? I dont see any example application which implements it.

Regards, Nikolaj

Parents
  • Thanks for the Reply Nikita.

    BLE_GAP_ADV_FLAG_BR_EDR_NOT_SUPPORTED flag is set, but the device is seen as before. Required to make the device invisible to other devices, but allow connection.

  • It's not possible. BLE_GAP_DISC_MODE_NOT_DISCOVERABLE only tells central that it shouldn't consider this device as discovered, but it's up to central to actually decide either to use this device or not.

    Required to make the device invisible to other devices, but allow connection.

    By this you mean that centrals should be able to connect to the device without receiveing advertising packets? That's not possible either.

Reply
  • It's not possible. BLE_GAP_DISC_MODE_NOT_DISCOVERABLE only tells central that it shouldn't consider this device as discovered, but it's up to central to actually decide either to use this device or not.

    Required to make the device invisible to other devices, but allow connection.

    By this you mean that centrals should be able to connect to the device without receiveing advertising packets? That's not possible either.

Children
No Data
Related