Users Manual Instruction Manual

247
CATC BTTRAINER 2.11 CHAPTER
Users Manual
BNEPOpen()
BNEPOpen(Address)
Return value
Returns a list with the following values: status , BNEP_Address, Channe-
lID, ControlTimeout.
Status (element 0) is one of the following:
"Success"
•"Failure"
"Not connected"
"Failed: Not found"
"Timed out"
Comments
Open BNEP channel to a remote device. ACL connection to that device
must exist and BNEP has to be registered.
Example
Address = '010203040506';
Result = BNEPOpen(Address);
Trace(Result);
BNEPRegister()
BNEPRegister()
Return value
"Success"
•"Failure"
Comment
Register BNEP protocol. Call this command before using any other BNEP
command.
Parameter Meaning Default Value Comments
Address Address of the
remote Blue-
tooth device
Parameter Meaning Default Value Comments
None