displayPasskey method
Called when passkey
is required to be displayed when authenticating with device
.
Implementation
Future<void> displayPasskey(
BlueZDevice device, int passkey, int entered) async {}
Called when passkey
is required to be displayed when authenticating with device
.
Future<void> displayPasskey(
BlueZDevice device, int passkey, int entered) async {}