Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_ble_app_unregister_no_event_4.3' into 'relea…
Browse files Browse the repository at this point in the history
…se/v4.3'

fix(bt/bluedroid): Fix ble app unregister no event(backport v4.3)

See merge request espressif/esp-idf!28172
  • Loading branch information
jack0c committed Dec 29, 2023
2 parents 738a49f + 17ea57e commit af235c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/bt/host/bluedroid/bta/gatt/bta_gattc_act.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ void bta_gattc_disable(tBTA_GATTC_CB *p_cb)
for (i = 0; i < BTA_GATTC_CL_MAX; i ++) {
if (p_cb->cl_rcb[i].in_use) {
p_cb->state = BTA_GATTC_STATE_DISABLING;
p_cb->cl_rcb[i].in_use = false;
/* don't deregister HH GATT IF */
/* HH GATT IF will be deregistered by bta_hh_le_deregister when disable HH */
#if (defined BTA_HH_LE_INCLUDED && BTA_HH_LE_INCLUDED == TRUE)
Expand Down

0 comments on commit af235c4

Please sign in to comment.