... | ... | @@ -2,8 +2,8 @@ |
|
|
|
|
|
AnW Bluetooth Service API, offered two sorts of releases
|
|
|
|
|
|
1. [APP Release (tamul_btsrv_app)](#AppRelease): executable **BTDemo**, launcher **btsrv_client.sh**, essentails libraries (**.so**), and App configures (**.xml**)
|
|
|
2. [SDK Release (tamul_btsrv_sdk)](#SDKRelease): open source with **AnWBTServiceDemo.cpp**, imported essentials libraries (**.so**), header (**anwbtservice.h**), and App configures (**.xml**)
|
|
|
1. [APP Release (tamul_btsrv_app)]: executable **BTDemo**, launcher **btsrv_client.sh**, essentails libraries (**.so**), and App configures (**.xml**)
|
|
|
2. [SDK Release (tamul_btsrv_sdk)](## Customize on SDK): open source with **AnWBTServiceDemo.cpp**, imported essentials libraries (**.so**), header (**anwbtservice.h**), and App configures (**.xml**)
|
|
|
|
|
|
# RELEASE NOTE
|
|
|
|
... | ... | @@ -77,9 +77,13 @@ then, result is collected in **./Demo/btsrv** |
|
|
├── build_demo.sh (build script, call to make)
|
|
|
├── makefile (makefile for BTDemo)
|
|
|
├── btsrv_client.sh (launcher for BTDemo)
|
|
|
├── \*.xml, \*.cfg (app settings)
|
|
|
├── etc
|
|
|
│ └──anwbtservice
|
|
|
│ ├── \*.xml, \*.cfg (app settings)
|
|
|
│ └── lib
|
|
|
│ └── \*.so (essentials libraries)
|
|
|
├── import (anwbtservice)
|
|
|
│ ├── anwbtservice.h (service api header)
|
|
|
│ └── \*.so (essentials libraries)
|
|
|
│ └── \*.so (include libraries)
|
|
|
└── btsrv (ouput for produced, e.g. BTDemo)
|
|
|
</pre> |
|
|
\ No newline at end of file |