mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
fix(bt/bluedroid): Fix ble app unregister no event
This commit is contained in:
@ -160,7 +160,6 @@ void bta_gattc_disable(tBTA_GATTC_CB *p_cb)
|
|||||||
for (i = 0; i < BTA_GATTC_CL_MAX; i ++) {
|
for (i = 0; i < BTA_GATTC_CL_MAX; i ++) {
|
||||||
if (p_cb->cl_rcb[i].in_use) {
|
if (p_cb->cl_rcb[i].in_use) {
|
||||||
p_cb->state = BTA_GATTC_STATE_DISABLING;
|
p_cb->state = BTA_GATTC_STATE_DISABLING;
|
||||||
p_cb->cl_rcb[i].in_use = false;
|
|
||||||
/* don't deregister HH GATT IF */
|
/* don't deregister HH GATT IF */
|
||||||
/* HH GATT IF will be deregistered by bta_hh_le_deregister when disable HH */
|
/* 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)
|
#if (defined BTA_HH_LE_INCLUDED && BTA_HH_LE_INCLUDED == TRUE)
|
||||||
|
Reference in New Issue
Block a user