WICED-Studio-6.0.1 on BCM94341WCD1_2, ble connect reason code always return 0x100 (L2CAP_CONN_CANCEL)

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

cross mob
Anonymous
Not applicable

Hi,

We are using the WICED-Studio-6.0.1 on BCM94341WCD1_2 and write a simple APP to try to connect the ble device.

Now we scan the ble device and try to call the wiced_bt_gatt_le_connect() to connect the ble deivce, but the gatt_event_callback() will always return connection fail and the reason code is 0x100 (L2CAP_CONN_CANCEL).

We can't find more info for this reason code.

Have any suggestion for it?

Thanks.

0 Likes
1 Solution
Anonymous
Not applicable

I tried your application but with WICED 6.0 build and didn't find any issue. Attached is the log I see at my end.

Have you tried with a different peripheral?

View solution in original post

2 Replies
Anonymous
Not applicable

Hi,

I attache our test app.

We copy from the apps\demo\bt_internet_gateway\bt_http_proxy_service\hps_client_keypad, and make this simple app.

We just scan a fixed bd_addr and try to connect this device, and the result always return fail.

But when I print a lot dummy string, the connection become success.

Thanks for any suggestion.

0 Likes
Anonymous
Not applicable

I tried your application but with WICED 6.0 build and didn't find any issue. Attached is the log I see at my end.

Have you tried with a different peripheral?