Diff between f59b07e39338dd7b673c47ea3e835e3caf233a08 and 14460ad72f9c1ba11d706928c2b617bb915a3d22
Changed Files
| File | Additions | Deletions | Status |
| src/profile.h | +3 | -1 | modified |
Full Patch
diff --git a/src/profile.h b/src/profile.h
index 1702901..e20b383 100644
--- a/src/profile.h
+++ b/src/profile.h
@@ -43,7 +43,9 @@ struct btd_profile {
int (*connect) (struct btd_device *device, struct btd_profile *profile,
btd_profile_cb cb);
- int (*disconnect) (struct btd_device *device, btd_profile_cb cb);
+ int (*disconnect) (struct btd_device *device,
+ struct btd_profile *profile,
+ btd_profile_cb cb);
int (*adapter_probe) (struct btd_profile *p,
struct btd_adapter *adapter);