Diff between 1dcd74358cc829c95197e29f756e83a8b8d818cb and f8a44769ff80e3ce8f8fe736a4358eb3da0134a6

Changed Files

File Additions Deletions Status
plugins/hciops.c +2 -2 modified

Full Patch

diff --git a/plugins/hciops.c b/plugins/hciops.c
index c3fbf85..9fb28c8 100644
--- a/plugins/hciops.c
+++ b/plugins/hciops.c
@@ -3093,7 +3093,7 @@ static int hciops_stop_discovery(int index)
 	}
 }
 
-static int hciops_fast_connectable(int index, gboolean enable)
+static int hciops_set_fast_connectable(int index, gboolean enable)
 {
 	struct dev_info *dev = &devs[index];
 	write_page_activity_cp cp;
@@ -3616,7 +3616,7 @@ static struct btd_adapter_ops hci_ops = {
 	.cancel_resolve_name = hciops_cancel_resolve_name,
 	.set_name = hciops_set_name,
 	.set_dev_class = hciops_set_dev_class,
-	.set_fast_connectable = hciops_fast_connectable,
+	.set_fast_connectable = hciops_set_fast_connectable,
 	.read_clock = hciops_read_clock,
 	.read_bdaddr = hciops_read_bdaddr,
 	.block_device = hciops_block_device,