fix(ble/bluedroid): Fixed bluedroid build warning if GATTC/S and SMP are disabled

This commit is contained in:
zhiweijian
2026-01-09 10:58:36 +08:00
parent 4b16833290
commit 4feb8a370a
@@ -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);