IPWorks Bluetooth 2020 C++ Builder Edition

Questions / Feedback?

RequestAuth Method

Requests authentication to a device.

Syntax

void __fastcall RequestAuth(String Address, String Password);

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 C++ Builder Edition - Version 20.0 [Build 7941]