Users Manual Instruction Manual
167
CATC BTTRAINER 2.11 CHAPTER
User’s Manual
{
result = HCIReadLocalSupportedFeatures();
Trace("HCIReadLocalSupportedFeatures : ", result ,
"\n");
features = '0102030400000000';
result = HCICatcWriteLocalSupportedFeatures(features);
Trace("HCICatcWriteLocalSupportedFeatures: ", result,
"\n");
result = HCIReadLocalSupportedFeatures();
Trace("HCIReadLocalSupportedFeatures : ", result ,
"\n");
}
HCICatcWritePinResponseEnable
HCICatcWritePinResponseEnable(PinResponseEnable)
Return value
• "Success"
•"Failure"
Comments
Write the global flag for allowing PINs to be sent to requesting devices
during authentication.
Example
PinResponseEnable = 1;
result = HCICatcWritePinResponseEnable(PinResponseEnable);
Trace(result);
HCIChangeConnectionLinkKey
HCIChangeConnectionLinkKey(Address)
Parameter Meaning Default Value Comments
PinResponseEnable Values are 0 (disabled) or 1 (enabled)
Parameter Meaning Default Value Comments
Address Bluetooth
address of the
remote