2021-03-11 12:00 PM
I notice that there is an API, aci_gap_set_limited_discoverable(), which is designed to time out the STM32WB55 if no connection is made within a certain period. However, this option does not show up within the Cube (v6.2, just released) when setting up a custom template. This should be found under the BLE Advertising tab, Advertising Configuration, Advertising type. That is where you are supposed to select the advertising option, which dictates the api call made from from within Adv_Request(), the advertising request setup call generated by the Cube. I see no way to invoke the limited discovery api using the Cube. Does anybody know how or if the limited discovery option can be be done?