BLE-USB, USB to Bluetooth Low Energy Converter (Ver. 1.0, Oct/6/2016) 38
3.1.21
AT+EKEY
(1)
Description
This command is used to enable or disable Master identification mechanism (refer to
).
(2)
Syntax
Write Command
Response
AT+EKEY=
<status>
<CR>
OK<CR>
Error: 01<CR><LF> (refer to
Read Command
Response
AT+EKEY?<CR>
+EKEY:
<status>
<CR><LF>
OK<CR><LF>
Test Command
Response
AT+EKEY=?<CR>
+EKEY: 0~1<CR><LF>
OK<CR><LF>
(3)
Parameter
< status >
The enable or disable Master identification mechanism
Range: 0~1
0: Disable
1: Enable
Default: 0
(4)
Example
AT+EKEY=1<CR>
OK<CR><LF>
AT+EKEY?<CR>