
492
Function #10 .fcBTInqRes
Read remote device discovery results
Syntax: CALL "BT.FN3" .fcBTInqRes NUM%,BDADDR$[()]
Description: This function reads results of remote device discovery with a OPEN
"COM4:I" statement.
Parameters: (NONE)
Returned value: NUM% Number of remote devices discovered (0 to 8)
BDADDR$[()]
Bluetooth device addresses (strings of 12 hexadecimal digits
each) for remote device discovered.
NUM% gives the number of valid addresses in the array BDADDR$.
The user program must allocate at least 12 bytes to BDADDR$.
If NUM% is greater than 1, treat BDADDR$ as an array variable.
If the number of devices discovered exceeds the number of
BDADDR$ entries, the interface stops when the array is full.
Note: The function should be executed after execution of OPEN "COM4:I"
statement.
Comentarios a estos manuales