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 8 additions and 4 deletions
+8 -4
  • RELEASENOTE_TAMUL.md RELEASENOTE_TAMUL.md +8 -4
  • No files found.
RELEASENOTE_TAMUL.md
View page @ e36fc4b6
...@@ -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)](#AppRelease): executable **BTDemo**, launcher **btsrv_client.sh**, essentails libraries (**.so**), 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)](#SDKRelease): 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
...@@ -77,9 +77,13 @@ then, result is collected in **./Demo/btsrv** ...@@ -77,9 +77,13 @@ then, result is collected in **./Demo/btsrv**
├── build_demo.sh (build script, call to make) ├── build_demo.sh (build script, call to make)
├── makefile (makefile for BTDemo) ├── makefile (makefile for BTDemo)
├── btsrv_client.sh (launcher for BTDemo) ├── btsrv_client.sh (launcher for BTDemo)
├── \*.xml, \*.cfg (app settings) ├── etc
│ └──anwbtservice
│ ├── \*.xml, \*.cfg (app settings)
│ └── lib
│ └── \*.so (essentials libraries)
├── import (anwbtservice) ├── import (anwbtservice)
│ ├── anwbtservice.h (service api header) │ ├── anwbtservice.h (service api header)
│ └── \*.so (essentials libraries) │ └── \*.so (include libraries)
└── btsrv (ouput for produced, e.g. BTDemo) └── btsrv (ouput for produced, e.g. BTDemo)
</pre> </pre>
\ No newline at end of file
Clone repository

SONY TAMUL RELEASENOTE
COMMAND MAN PAGE