Diff between 7d937a9b1ad5d6b3dffe877b3d0247437b77c07c and 5ffba5be356fd2714b3d91a7d06d5256dec1b017
Changed Files
| File | Additions | Deletions | Status |
| profiles/audio/manager.c | +1 | -1 | modified |
Full Patch
diff --git a/profiles/audio/manager.c b/profiles/audio/manager.c
index 8cf4b61..dc20712 100644
--- a/profiles/audio/manager.c
+++ b/profiles/audio/manager.c
@@ -510,7 +510,7 @@ static void set_fast_connectable(struct btd_adapter *adapter,
if (btd_adapter_set_fast_connectable(adapter, enable))
error("Changing fast connectable for hci%d failed",
- adapter_get_dev_id(adapter));
+ btd_adapter_get_index(adapter));
}
void manager_set_fast_connectable(gboolean enable)