... | ... | @@ -363,19 +363,20 @@ if (ret < 0) { |
|
|
- From SmartLink - Server
|
|
|
- Call UI to pop a window for user confirm if Phone Link connection is allowed or not.
|
|
|
|
|
|
| Data member | Value |
|
|
|
| -------------------------- | ---------------------------------------- |
|
|
|
| version | SML_MAJOR_VERSION |
|
|
|
| mode | E_DELEGATE |
|
|
|
| AppType | Refer to type APP_TYPE. |
|
|
|
| state | E_STATE_OK |
|
|
|
| AppClientID | Client ID. |
|
|
|
| srcAppName | "SML" |
|
|
|
| dstAppName | Received Application name |
|
|
|
| cmd | E_UI_POP_WINDOW_PHONE_LINK_CONN |
|
|
|
| len | Total length of message in bytes(288+6). |
|
|
|
| ---Outside of 288 bytes--- | |
|
|
|
| BtMacAddress[6] | 6 bytes, the BT MAC address of MD. |
|
|
|
| Data member | Value |
|
|
|
| -------------------------- | ----------------------------------------- |
|
|
|
| version | SML_MAJOR_VERSION |
|
|
|
| mode | E_DELEGATE |
|
|
|
| AppType | Refer to type APP_TYPE. |
|
|
|
| state | E_STATE_OK |
|
|
|
| AppClientID | Client ID. |
|
|
|
| srcAppName | "SML" |
|
|
|
| dstAppName | Received Application name |
|
|
|
| cmd | E_UI_POP_WINDOW_PHONE_LINK_CONN |
|
|
|
| len | Total length of message in bytes(288+10). |
|
|
|
| ---Outside of 288 bytes--- | |
|
|
|
| BtMacAddress[6] | 6 bytes, the BT MAC address of MD. |
|
|
|
| SupportedAPP | 4 bytes, refer to APP_TYPE. |
|
|
|
|
|
|
### Pop up window return
|
|
|
- From UI - Client
|
... | ... | |