IPWorks Bluetooth 2020 C++ Builder Edition

Questions / Feedback?

Protocol Property

The Bluetooth protocol to be used.

Syntax

__property TiptBTDaemonProtocols Protocol = { read=FProtocol, write=FSetProtocol };
enum TiptBTDaemonProtocols { btpRFCOMM=0, btpL2CAP=1 };

Default Value

btpRFCOMM

Remarks

The Protocol property specifies whether RFCOMM or L2CAP is used. Possible values are:

  • 0 (bthpRFCOMM - default)
  • 1 (bthpL2CAP)
The default value is 0 (bthpRFCOMM).

Note: Value 1 (bthpL2CAP) is not currently supported and reserved for future use.

Data Type

Integer

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