IPWorks Bluetooth 2020 Delphi Edition

Questions / Feedback?

RequestAuth Method

Requests authentication to a device.

procedure RequestAuth(Address: String; Password: String);

Remarks

This method requests authentication to the device specified by Address. The Password parameter is optional.

If Password is specified the authentication may take place without any further user interaction. When Password is not specified the connection wizard will be displayed by the system on both devices to complete mutual authentication. For instance:

btinfo.RequestAuth("00:02:72:C6:64:B7", "123456");

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks Bluetooth 2020 Delphi Edition - Version 20.0 [Build 7941]