... | ... | @@ -7,6 +7,21 @@ AnW Bluetooth Service API, offered two sorts of releases |
|
|
2. [SDK Release (sta5_btsrv_sdk_\*)](#run-app-on-targets-sta5_btsrv_app.zip) : open source with **AnWBTServiceDemo.cpp**, imported essentials libraries (**.so**), header (**anwbtservice.h**), and App configures (**.xml**)
|
|
|
|
|
|
# RELEASE NOTE
|
|
|
|
|
|
20230714 [TAG:1.0.1.54](http://git-nas03.anwsoft.com:8088/delly.chen/anw_bt_srv/-/tags/1.0.1.54)
|
|
|
|
|
|
1\.add max paired device number(1-11) in btmonitor-config.xml file:
|
|
|
|
|
|
<maxPairedDeviceNum>11</maxPairedDeviceNum>
|
|
|
|
|
|
maxPairedDeviceNum in 1-11 is valid, if out of range, maxPairedDeviceNum will set 11 as default;
|
|
|
|
|
|
2\.delete the oldest paired device info from storage when storage is full;
|
|
|
|
|
|
3\.reorder the paired device list after delete the paired device info:
|
|
|
|
|
|
for example, three paired devices devA,devB,devC, delete devB,then pair with devB, after paired, the paired device list will devA,devC,devB.
|
|
|
|
|
|
20230620 [TAG:1.0.1.53](http://git-nas03.anwsoft.com:8088/delly.chen/anw_bt_srv/-/tags/1.0.1.53)
|
|
|
|
|
|
1\.modify did default value;
|
... | ... | |