]> granicus.if.org Git - esp-idf/commit
component/bt: Fix BTU task watchdog timeout after pair with iphone
authorbaohongde <baohongde@espressif.com>
Wed, 26 Sep 2018 03:59:54 +0000 (11:59 +0800)
committerbaohongde <baohongde@espressif.com>
Wed, 26 Sep 2018 03:59:54 +0000 (11:59 +0800)
commit15fae990c12edf5c87d8fae28bf6d55cff679607
tree429bca3cdfd3a4d2db02376feb0b542fc5762d35
parent607d899503afd4ce0e457c815249a0213083f9f5
component/bt: Fix BTU task watchdog timeout after pair with iphone

Create a new pending queue, then re-submit pending requests in old pending queue,preventing new events being inserted into it.

Closes https://github.com/espressif/esp-idf/issues/2191
components/bt/bluedroid/stack/btm/btm_sec.c