From f8a44769ff80e3ce8f8fe736a4358eb3da0134a6 Mon Sep 17 00:00:00 2001 From: Antti Julku Date: Fri, 17 Jun 2011 12:44:14 +0300 Subject: [PATCH] Rename fast_connectable function in hciops Rename fast_connectable function in hciops to set_fast_connectable to make it consistent with rest of the file and with mgmt interface counterpart. --- plugins/hciops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/hciops.c b/plugins/hciops.c index c3fbf8580..9fb28c8db 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, -- 2.47.3