There was an error while loading. Please reload this page.
1 parent 430595f commit f90b2f0Copy full SHA for f90b2f0
1 file changed
lib/bt/cert.c
@@ -74,6 +74,8 @@ static uint8_t device_cert_read_cb(struct bt_conn *conn,
74
if (err)
75
{
76
LOG_ERR("Failed to read BLE GATT %s (err %d)", "device cert", err);
77
+ device_cert_cleanup(conn);
78
+ pouch_gateway_bt_finished(conn);
79
return BT_GATT_ITER_STOP;
80
}
81
0 commit comments