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 Jan 19, 2022 by delly chen's avatar delly chen
Hide whitespace changes
Inline Side-by-side
Showing with 11 additions and 11 deletions
+11 -11
  • RELEASENOTE_TAMUL.md RELEASENOTE_TAMUL.md +11 -11
  • No files found.
RELEASENOTE_TAMUL.md
View page @ 1239e375
# AnW_BT_SRV # AnW_BT_SRV
- AnW Bluetooth Service API, offered two sorts of releases AnW Bluetooth Service API, offered two sorts of releases
1. App Release: **btsrv**, excutable **BTDemo**, launcher **btsrv_client.sh**, essentails libraries (**.so**), and App configures (**.xml**) 1. [APP Release (btsrv)](#AppRelease): executable **BTDemo**, launcher **btsrv_client.sh**, essentails libraries (**.so**), and App configures (**.xml**)
2. SDK Release: **anwbtsrv_sdk**, open source with **AnWBTServiceDemo.cpp**, imported essentials libraries (**.so**), header (**anwbtservice.h**), and App configures (**.xml**) 2. [SDK Release (anwbtsrv_sdk)](#SDKRelease): open source with **AnWBTServiceDemo.cpp**, imported essentials libraries (**.so**), header (**anwbtservice.h**), and App configures (**.xml**)
# RELEASE NOTE # RELEASE NOTE
- 20220118 [TAG:TAMUL_BT_V2](http://192.168.1.51:8088/delly.chen/anw_bt_srv/-/tags/TAMUL_BT_V2) 20220118 [TAG:TAMUL_BT_V2](http://192.168.1.51:8088/delly.chen/anw_bt_srv/-/tags/TAMUL_BT_V2)
1. [FUNC]supports iphone carplay connect & write carplay data to iphone 1. [FUNC]supports iphone carplay connect & write carplay data to iphone
- 20220117 [TAG:TAMUL_BT_V1](http://192.168.1.51:8088/delly.chen/anw_bt_srv/-/tags/TAMUL_BT_V1) 20220117 [TAG:TAMUL_BT_V1](http://192.168.1.51:8088/delly.chen/anw_bt_srv/-/tags/TAMUL_BT_V1)
1. [FUNC] supports basic BT pair & connect 1. [FUNC] supports basic BT pair & connect
<div style="page-break-after: always;"></div> <div style="page-break-after: always;"></div>
# Usage # USAGE
1. Support HFP, A2DP, AVRCP, PBAP, .. AnW BT stack 1. Support HFP, A2DP, AVRCP, PBAP, .. AnW BT stack
2. Support Device Serarch & Pair, Call, Phonebook, Music, ... 2. Support Device Serarch & Pair, Call, Phonebook, Music, ...
## Pre-Requirement ## Pre-Requirement
Modify Combo module init script **/etc/init.d/ubloxinit.sh** Modify combo module init script **/etc/init.d/ubloxinit.sh**
``` ```
echo "[DDMISO] UBLOX Driver" echo "[DDMISO] UBLOX Driver"
modprobe jody-w2-sdiouart modprobe jody-w2-sdiouart
...@@ -33,7 +33,7 @@ wpa_supplicant -B -D nl80211 -i mlan0 -c /etc/ublox/wpa_supplicant.conf ...@@ -33,7 +33,7 @@ wpa_supplicant -B -D nl80211 -i mlan0 -c /etc/ublox/wpa_supplicant.conf
udhcpc -i mlan0 udhcpc -i mlan0
``` ```
## Run App on targets (tamul_btsrv-.zip) ## Run App on targets (tamul_btsrv-.zip) <a name="AppRelease"></a>
1. unzip 1. unzip
2. Copy results folder /build/btsrv to target /home/btsrv 2. Copy results folder /build/btsrv to target /home/btsrv
3. go to target, in terminal entering /btsrv folder 3. go to target, in terminal entering /btsrv folder
...@@ -121,7 +121,7 @@ AnWBTService_SPP_DATA_IND_S sppData: ...@@ -121,7 +121,7 @@ AnWBTService_SPP_DATA_IND_S sppData:
[ff] [55] [2] [0] [ee] [10]** [ff] [55] [2] [0] [ee] [10]**
``` ```
## Customize on SDK (tamul_release-.zip) ## Customize on SDK (tamul_release-.zip) <a name="SDKRelease"></a>
- unzip - unzip
- in terminal entering ./anwbtsrv_sdk/Demo folder - in terminal entering ./anwbtsrv_sdk/Demo folder
- setup tool-chain by command line (source ...) or edit in ./anwbtsrv_sdk/Demo/build_demo.sh - setup tool-chain by command line (source ...) or edit in ./anwbtsrv_sdk/Demo/build_demo.sh
...@@ -135,7 +135,7 @@ then, result is collected in **./Demo/btsrv** ...@@ -135,7 +135,7 @@ then, result is collected in **./Demo/btsrv**
<div style="page-break-after: always;"></div> <div style="page-break-after: always;"></div>
# SDK Release Structure (tamul_release-.zip) # STRUCTURE (tamul_release-.zip)
<pre> <pre>
. .
└── Demo └── Demo
......
Clone repository
  • CUSTOMER RELEASE SUPPORT
  • DEMO COMMAND MAN PAGE
  • HOME
  • Q&A
  • Q & A
  • Q A
  • RELEASENOTE
  • RELEASENOTE_TAMUL
  • USER MANUAL