Hi Great Nordic team:
As title, when I perform white-list function in BLE connection,
Is there any way to know from peripheral that there is a connection request from central rejected by while-list function?
Hi Great Nordic team:
As title, when I perform white-list function in BLE connection,
Is there any way to know from peripheral that there is a connection request from central rejected by while-list function?
Hi
The peripheral will simply ignore any connection request from a device not in the white list, so there is no way to tell from the disconnect reason unfortunately.
On the central device you will get the same disconnect reason as if the connection request was lost, namely the connection timeout reason (0x08)
Best regards
Torbjørn
Hi
The peripheral will simply ignore any connection request from a device not in the white list, so there is no way to tell from the disconnect reason unfortunately.
On the central device you will get the same disconnect reason as if the connection request was lost, namely the connection timeout reason (0x08)
Best regards
Torbjørn
Hi ovrebekk
Thanks for your reply!!