BLE re-pairing is not possible.
Hello.
I am developing a BLE HID device using the STM32CubeWB MCU Firmware Package, but when I try pairing => disconnect => pairing, pairing fails.

I have an implementation like this, is there a problem?
We have the following data in adv_data, which should not exceed 31 bytes (we have confirmed Success)
- Appearance(3byte),Human Interface Device(3byte),swift pair(6byte),
Local Name(9byte)
Also, if I put a breakpoint before aci_gap_update_adv_data, I can re-pair successfully. (I guess that means the timing of aci_gap_update_adv_data is NG?)
I would be grateful if you could give me an answer. Thank you.
