Diff between 6c582e7e136097cbbc92563790fe5e873f01a9fe and 918432b2c68dd40c180885d10e61b35da42f5358
Changed Files
| File | Additions | Deletions | Status |
| src/shared/asha.c | +2 | -0 | modified |
Full Patch
diff --git a/src/shared/asha.c b/src/shared/asha.c
index e7bba4c..fa6b489 100644
--- a/src/shared/asha.c
+++ b/src/shared/asha.c
@@ -174,6 +174,8 @@ void bt_asha_reset(struct bt_asha *asha)
bt_gatt_client_unref(asha->client);
asha->client = NULL;
+ bt_asha_state_reset(asha);
+
asha->psm = 0;
update_asha_set(asha, false);