wiced_bt_smartbridge_connect hangs

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

cross mob
Anonymous
Not applicable

Every once in a while, calling wiced_bt_smartbridge_connect causes my board to hang indefinitely.  The rarity of this makes me think it could have something to do with the internal state of the bt_smartbridge code.  Has anyone ever seen this?  Is there some delay between attempting connections or attempting connections and scanning?

I do check that wiced_bt_smartbridge_is_ready_to_connect() == WICED_TRUE immediately before attempting the connection, but that doesn't seem to make a difference (unsurprising, since the connection routine performs this check).

I'm using sdk 3.1.1

0 Likes
2 Replies
SeyhanA_31
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

Hi,

Is this still an issue. If so what is the evaluation board are you using?

Seyhan

0 Likes
Anonymous
Not applicable

I don't think it is an issue any more. I think it had to do with creating too many threads? It seems to have gone away now that I have consolidated some of them.

0 Likes