1.
Example:
ATR
2.
Executing
'ATR'
...
3.
4.
OK
AT+ADVDATA
Sets or queries the advertising data. Data must be provided as hex string. The content
will take effect only after advertising is restarted.
If you want to send several data types separate it with a space.
Command
Syntax
AT+ADVDATA
AT+ADVDATA=
xx:xx:xx:xx:xx:xx
AT+ADVDATA=
(xx:xx:xx:xx)
(xx:xx:xx:xx:xx)
Example:
1.
AT+ADVDATA=
04
:
09
:
43
:
41
:
54
2.
Executing
'AT+ADVDATA=04:09:43:41:54'
...
3.
4.
5.
6.
OK
AT+ADVDATAI
Sets advertising data in a way that let's it be used as an iBeacon.
Command
Syntax
AT+ADVDATAI
AT+ADVDATAI=
(UUID)(MAJOR)(MINOR)(TX)
Example:
1.
AT+ADVDATAI=ebbaaf47-0e4f-4c65-8b08-dd07c98c41ca0000000000
2.
3.
Executing
'AT+ADVDATAI=ebbaaf47-0e4f-4c65-8b08-dd07c98c41ca0000000000'
...
4.
5.
OK