
484
Function #3 .fcBTGetStr
Read Bluetooth string setting
Syntax: CALL "BT.FN3" .fcBTGetStr PARA%,DATA$
Description:
This function reads the specified Bluetooth string setting into the specified
string variable.
Parameters: PARA% Item number
Returned value: DATA$ String read from the specified Bluetooth setting
Correspondence table:
Item number
(PARA%)
parameter
Attribute
*1
Parameter value
(DATA$)
Initial value
.btLocNam
1
Bluetooth device
name
WO
Character string,
Max. 16 bytes
DENSO-BHT
.btRmtAdr
2
Bluetooth device
address for
remote device
R/W
String of 12
hexadecimal
digits
0000000000
00
.btKeyMst
3
Master Bluetooth
passkey
R/W
Character string,
Max. 16 bytes
0000000000
000000
.btKeySlv
4
Slave Bluetooth
passkey
R/W
Character string,
Max. 16 bytes
0000000000
000000
*1
WO: Write only
R/W: Read and write possible
Note:
Function number .fcBTDevInf is available for reading the Bluetooth
device name.
The Bluetooth passkey distinguishes between upper and lower case.
Komentarze do niniejszej Instrukcji