Hi guys. I read this thread answered by Einar Thorsrud.
devzone.nordicsemi.com/.../direct-advertising-example
"HID mouse example uses direct advertising, but only when it is bonded. In a normal use case, direct advertising only makes sense when bonded, since then you know which device you should advertise directed to."
Suppose I have an iOS/Android/nRF52 Central device and a nRF52840 board running the ble_app_hid_mouse example.
Let's assume the nRF52840 mouse knows the Central device's public address that wasn't bonded before.
(EX: I checked from iOS/Android system settings and the value is DC:37:14:36:6C:7A)
[Q] In this case, can I make the nRF52840 mouse directly advertise to DC:37:14:36:6C:7A, even though it hasn't bonded previously?
Or is this not possible to direct advertise with the nRF52 mouse since it hasn't bonded/used the whitelist, which is against the Bluetooth 5 Spec?
[Q] I heard directed advertising usually comes with high duty cycle with interval fix at 3.75ms.
Also, I heard directed advertising shouldn't be going more than a minute to comply with the Bluetooth SIG.
Is this true? Which side of the Bluetooth Core Spec defines these items?
Thanks for your help!