Hi
Is it expected that after calling bt_unpair function disconnected callback is called ?
I can't find any information about this behaviour in Zephyr documentation.
Hi
Is it expected that after calling bt_unpair function disconnected callback is called ?
I can't find any information about this behaviour in Zephyr documentation.
Hi Michalek,
It's expected to have the ongoing connection (that get unpaired) to disconnect.
I am not sure it's described in the documentation. But from the code I can see that ongoing connection will be terminated:
hci_core.c
Hi Michalek,
It's expected to have the ongoing connection (that get unpaired) to disconnect.
I am not sure it's described in the documentation. But from the code I can see that ongoing connection will be terminated:
hci_core.c