Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • AnW_BT_SRV AnW_BT_SRV
  • Project information
    • Project information
    • Activity
    • Members
  • Packages & Registries
    • Packages & Registries
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • delly chen
  • AnW_BT_SRVAnW_BT_SRV
  • Wiki
  • RELEASENOTE_TAMUL

RELEASENOTE_TAMUL · Changes

Page history
Update RELEASENOTE_TAMUL authored Feb 07, 2022 by delly chen's avatar delly chen
Hide whitespace changes
Inline Side-by-side
Showing with 16 additions and 4 deletions
+16 -4
  • RELEASENOTE_TAMUL.md RELEASENOTE_TAMUL.md +16 -4
  • No files found.
RELEASENOTE_TAMUL.md
View page @ ab34a678
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
AnW Bluetooth Service API, offered two sorts of releases AnW Bluetooth Service API, offered two sorts of releases
1. [APP Release (tamul_btsrv_app)]: executable **BTDemo**, launcher **btsrv_client.sh**, essentails libraries (**.so**), and App configures (**.xml**) 1. [APP Release (tamul_btsrv_app)](#Run App on targets): executable **BTDemo**, launcher **btsrv_client.sh**, essentails libraries (**.so**), and App configures (**.xml**)
2. [SDK Release (tamul_btsrv_sdk)](## Customize on SDK (tamul_btsrv_sdk.zip)): open source with **AnWBTServiceDemo.cpp**, imported essentials libraries (**.so**), header (**anwbtservice.h**), 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 # RELEASE NOTE
...@@ -55,6 +55,18 @@ udhcpc -i mlan0 ...@@ -55,6 +55,18 @@ udhcpc -i mlan0
> export LD_LIBRARY_PATH="/home/btsrv/etc/anwbtservice/lib" > export LD_LIBRARY_PATH="/home/btsrv/etc/anwbtservice/lib"
>./BTDemo >./BTDemo
``` ```
### structure(tamul_btsrv_sdk-.zip)
<pre>
.
└── btsrv
├── BTDemo (sample program)
├── btsrv_client.sh (launcher for BTDemo)
└── etc
└──anwbtservice
├── \*.xml, \*.cfg (app settings)
└── lib
└── *.so (essentials libraries)
</pre>
## Customize on SDK (tamul_btsrv_sdk.zip) ## Customize on SDK (tamul_btsrv_sdk.zip)
1. unzip 1. unzip
2. in terminal entering ./anwbtsrv_sdk/Demo folder 2. in terminal entering ./anwbtsrv_sdk/Demo folder
...@@ -69,7 +81,7 @@ udhcpc -i mlan0 ...@@ -69,7 +81,7 @@ udhcpc -i mlan0
then, result is collected in **./Demo/btsrv** then, result is collected in **./Demo/btsrv**
<div style="page-break-after: always"></div> <div style="page-break-after: always"></div>
### structure(tamul_btsrv_sdk-.zip) ### structure(tamul_btsrv_sdk.zip)
<pre> <pre>
. .
└── Demo └── Demo
...@@ -81,7 +93,7 @@ then, result is collected in **./Demo/btsrv** ...@@ -81,7 +93,7 @@ then, result is collected in **./Demo/btsrv**
│ └──anwbtservice │ └──anwbtservice
│ ├── \*.xml, \*.cfg (app settings) │ ├── \*.xml, \*.cfg (app settings)
│ └── lib │ └── lib
│ └── \*.so (essentials libraries) │ └── *.so (essentials libraries)
├── import (anwbtservice) ├── import (anwbtservice)
│ ├── anwbtservice.h (service api header) │ ├── anwbtservice.h (service api header)
│ └── \*.so (include libraries) │ └── \*.so (include libraries)
......
Clone repository

SONY TAMUL RELEASENOTE
COMMAND MAN PAGE