A272R版本优化
This commit is contained in:
@ -204,7 +204,7 @@ void send_mul_touchscreen_x_y_2_carplay(
|
||||
unsigned short x2, unsigned short y2
|
||||
);
|
||||
/*
|
||||
* @brief 发送旋钮信息给苹果;
|
||||
* @brief 发送旋钮信息给苹果手机,不建议用这个;
|
||||
*/
|
||||
void KnobUpdate(char gSelectButtonPressed,
|
||||
char gHomeButtonPressed,
|
||||
@ -213,6 +213,15 @@ void KnobUpdate(char gSelectButtonPressed,
|
||||
double gYPosition,
|
||||
char gWheelPositionRelative
|
||||
);
|
||||
/*
|
||||
* @brief 发送旋钮信息给苹果手机;
|
||||
*/
|
||||
void sendKnobInfo( char gSelectButtonPressed,
|
||||
char gHomeButtonPressed,
|
||||
char gBackButtonPressed,
|
||||
char gXPosition,
|
||||
char gYPosition,
|
||||
char gWheelPositionRelative);
|
||||
|
||||
/*
|
||||
* @brief 请求iphone启动一个应用;
|
||||
@ -266,6 +275,8 @@ void process_record_stream(int handle, void *buffer, int len, int frames, unsign
|
||||
|
||||
int carplay_get_iphone_ip_addr(char *ipaddr);
|
||||
void carplay_wl_set_iphone_mac_addr(char bt_addr[6]);
|
||||
int carplay_get_connected_iphone_wifi_mac(char mac[18]);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user