CYW4343W Wiced_bt_set_pairable_mode issue

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

cross mob
lock attach
Attachments are accessible only for community members.
DS_Lin
Level 5
Level 5
Distributor - Zenitron(GC)
First comment on blog 100 sign-ins 50 replies posted

Hi Sir,

The development environment is based on Wiced SDK6.2.1

For the PAIRING_MODE issue, we have test and detail information and project list is in below, could you help to check?

After tested, SDK seems doesn`t support WICED12 for enable PAIRING_MODE,

Because the error message is mean : no function for wiced12 to execute pairing mode (no include file).

tried to add include function to wiced12 as below figure, and  it can  not compiler/warning download to module.You can see the compiler failed in the attached files about JPG ,TKS!

0 Likes
1 Solution
SheetalJ
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 500 likes received

Hi DSli_3988276​,

To make wiced_bt_set_pairable_mode(), you have to define WICED_SET_BT_PAIRABLE_MODE flag.

But as mentioned in ble_wifi_introducer.mk, WICED_SET_BT_PAIRABLE_MODE is not supported for CYW4343W chips. It is only supported for CYW207x9 based chips.

View solution in original post

5 Replies
SheetalJ
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 500 likes received

Hi DSli_3988276​,

To make wiced_bt_set_pairable_mode(), you have to define WICED_SET_BT_PAIRABLE_MODE flag.

But as mentioned in ble_wifi_introducer.mk, WICED_SET_BT_PAIRABLE_MODE is not supported for CYW4343W chips. It is only supported for CYW207x9 based chips.

DS_Lin
Level 5
Level 5
Distributor - Zenitron(GC)
First comment on blog 100 sign-ins 50 replies posted

Hi Sheetal,

If I want to use this feature (Wiced_bt_set_pairable_mode),

have to change CYW4343W into CYW207x9  based chips?

DS LIN

0 Likes
SheetalJ
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 500 likes received

Hi DS Lin,

CYW4343W is a WiFi-BT combo chip, CYW207x9 (lets say CYW20719: CYW20719 Product Guide) is a Bluetooth chip. Both has different functionalities and cannot be interchanged.

0 Likes
DS_Lin
Level 5
Level 5
Distributor - Zenitron(GC)
First comment on blog 100 sign-ins 50 replies posted

Hi Sheetal,

Thanks for your prompt reply.

But I still need to have a discussion with you,

WICED_SET_BT_PAIRABLE_MODE is not supported for CYW4343W chips. Really? Thanks.

DS LIN

0 Likes
SheetalJ
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 500 likes received

Yes, WICED_SET_BT_PAIRABLE_MODE is not supported for CYW4343W chips.

0 Likes