Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • AnW_STA5_SmartLink AnW_STA5_SmartLink
  • Project information
    • Project information
    • Activity
    • Members
  • Packages & Registries
    • Packages & Registries
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • Ervin Lan
  • AnW_STA5_SmartLinkAnW_STA5_SmartLink
  • Wiki
  • STA5 SmartLink command guidance

STA5 SmartLink command guidance · Changes

Page history
Update STA5 SmartLink command guidance authored Apr 22, 2022 by Ervin Lan's avatar Ervin Lan
Show whitespace changes
Inline Side-by-side
Showing with 17 additions and 0 deletions
+17 -0
  • STA5-SmartLink-command-guidance.md STA5-SmartLink-command-guidance.md +17 -0
  • No files found.
STA5-SmartLink-command-guidance.md
View page @ d2777069
......@@ -22,6 +22,7 @@
- [E_BT_IAP2_CONNECTED](#iap2-connected)
- [E_BT_IAP2_DISCONNECTED](#iap2-disconnected)
- [E_UI_POP_WINDOW_PHONE_LINK_CONN](#pop-a-window-for-phone-link)
- [E_UI_WINDOW_MSG_BTN_YES/E_UI_WINDOW_MSG_BTN_NO/E_UI_WINDOW_MSG_BTN_CANCEL](#pop-up-window-return)
- [E_DISCONNECT_IPHONE_BT](#disconnect-bt-connection-with-iphone)
- [VIP Socket](#vip-socket)
- [Android Auto VIP Socket](#android-auto-vip-socket)
......@@ -376,6 +377,22 @@ if (ret < 0) {
| ---Outside of 288 bytes--- | |
| BtMacAddress[6] | 6 bytes, the BT MAC address of MD. |
### Pop up window return
- From UI - Client
- To return the result of pop up window to SmartLink.
| Data member | Value |
| ----------- | ------------------------------------------------------------------------- |
| version | SML_MAJOR_VERSION |
| mode | E_DELEGATE |
| AppType | Refer to type APP_TYPE. |
| state | E_STATE_OK |
| AppClientID | Client ID. |
| srcAppName | Source application name in string. |
| dstAppName | "SML" |
| cmd | E_UI_WINDOW_MSG_BTN_YES/E_UI_WINDOW_MSG_BTN_NO/E_UI_WINDOW_MSG_BTN_CANCEL |
| len | Total length of message in bytes(288). |
### Disconnect BT connection with iPhone
- From SmartLink - Server
- Call BTSRV to disconnect BT connection with iPhone.
......
Clone repository
  • APIs
  • STA5 SmartLink command guidance
  • Home