mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
fix(ble/bluedroid): Fixed bluedroid build warning if GATTC/S and SMP are disabled
This commit is contained in:
@@ -194,6 +194,7 @@ void gatt_free(void)
|
||||
fixed_queue_free(p_tcb->sr_cmd.multi_rsp_q, NULL);
|
||||
p_tcb->sr_cmd.multi_rsp_q = NULL;
|
||||
#endif /* #if (GATTS_INCLUDED == TRUE) */
|
||||
UNUSED(p_tcb);
|
||||
}
|
||||
list_free(gatt_cb.p_tcb_list);
|
||||
list_free(gatt_cb.p_clcb_list);
|
||||
|
||||
Reference in New Issue
Block a user