BLE-USB, USB to Bluetooth Low Energy Converter (Ver. 1.0, Oct/6/2016) 41
3.1.23
AT+SMODE
(1)
Description
This command can switch the transmission mode to the broadcast or connection mode.
(2)
Syntax
Write Command
Response
AT+SMODE=
<MODE>
<CR>
OK<CR>
Error: 01<CR><LF> (refer to
Read Command
Response
AT+SMODE?<CR>
+SMODE:
<MODE>
<CR><LF>
OK<CR><LF>
Test Command
Response
AT+SMODE=?<CR>
+SMODE: 0~1<CR><LF>
OK<CR><LF>
(3)
Parameter
< MODE >
The transmission mode
Range: 0~1
0: connection mode
1: broadcast mode
Default: 0
(4)
Example
AT+SMODE=1<CR>
OK<CR><LF>
AT+SMODE?<CR>