EZ-Serial Host API v1.2.20 - system get_transport command

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
obnyis
Level 1
Level 1
5 sign-ins First question asked First like given

Hi, I'm working with the v1.2.20 host api for the CYBT-343026-EVAL module, and noticed that the system_get_transport  and system_set_transport commands have some extra parameters that aren't described in EZ-Serial WICED Firmware Platform User Guide for CYW2070x-based Modules 

Specifically the ones that I want information on are: cmd_channel, spp_route, cyspp_route

Currently these all return "0x11". What would the impact of changing these be?

__PACKDEF(ezs_rsp_system_get_transport_t,
{
    uint16_t result;
    uint8_t interface;
    uint8_t cmd_channel;
    uint8_t spp_route;
    uint32_t cyspp_route;
    uint8_t bt_for_ble_connectetd_flag;
    uint8_t ble_for_bt_connectetd_flag;
    uint8_t event_filter;
    uint8_t active_time_due_puart;
});

 

0 Likes
1 Solution
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

Current latest official release 1.2.29 do not support cmd_channel/spp_route/cyspp_route these 3 parameters. It is reserved for future usage.

View solution in original post

0 Likes
1 Reply
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

Current latest official release 1.2.29 do not support cmd_channel/spp_route/cyspp_route these 3 parameters. It is reserved for future usage.

0 Likes