summaryrefslogtreecommitdiff
path: root/plugins/hciops.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/hciops.c')
-rw-r--r--plugins/hciops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/hciops.c b/plugins/hciops.c
index f583e8cc..ee73c45f 100644
--- a/plugins/hciops.c
+++ b/plugins/hciops.c
@@ -3307,7 +3307,7 @@ static int hciops_read_bdaddr(int index, bdaddr_t *bdaddr)
return 0;
}
-static int hciops_block_device(int index, bdaddr_t *bdaddr)
+static int hciops_block_device(int index, bdaddr_t *bdaddr, addr_type_t type)
{
struct dev_info *dev = &devs[index];
char addr[18];
@@ -3321,7 +3321,7 @@ static int hciops_block_device(int index, bdaddr_t *bdaddr)
return 0;
}
-static int hciops_unblock_device(int index, bdaddr_t *bdaddr)
+static int hciops_unblock_device(int index, bdaddr_t *bdaddr, addr_type_t type)
{
struct dev_info *dev = &devs[index];
char addr[18];