BLE-USB, USB to Bluetooth Low Energy Converter (Ver. 1.0, Oct/6/2016) 22
3.1.8 AT+CL
(1)
Description
This command is used to query which device was connected in connection mode.
(2)
Syntax
Read Command
Response
AT+CL?<CR>
+CL:
<mac address>
,
<RSSI>
<CR><LF>
OK<CR><LF>
Test Command
Response
AT+CL=?<CR>
+CL: ADDRESS,RSSI<CR><LF>
OK<CR><LF>
(3)
Parameter
<mac address>
6 Byte MAC address
Range: 000DE06D0000 ~ 000DE06DFFFF
0: not connect to peer device
<RSSI >
RSSI(Received Signal Strength Indicator) of peer device
(4)
Example
AT+CL?<CR>
+CL: 0<CR><LF> (not connect to peer device)
OK<CR><LF>
AT+CL?<CR>
+CL: 000DE06D001F,-61<CR><LF>
OK<CR><LF>
AT+CL?<CR>
+CL: 000DE06D001F,-61<CR><LF>
+CL: 000DE06D0003,-55<CR><LF>
OK<CR><LF>