Diff between 54c07e307016863a6d9c7b5a330cda78d108b32c and de2582842ab5218ec590e9fb84ed0382293250eb
Changed Files
| File | Additions | Deletions | Status |
| src/profile.c | +1 | -1 | modified |
Full Patch
diff --git a/src/profile.c b/src/profile.c
index abb5a53..23aa420 100644
--- a/src/profile.c
+++ b/src/profile.c
@@ -1074,7 +1074,7 @@ static int parse_ext_opt(struct ext_profile *ext, const char *key,
return 0;
}
-static gint get_priority(const struct btd_profile *p)
+static int get_priority(const struct btd_profile *p)
{
if (strcasecmp(p->local_uuid, HFP_HS_UUID) == 0)
return BTD_PROFILE_PRIORITY_HIGH;