diff options
Diffstat (limited to 'plugins/hciops.c')
-rw-r--r-- | plugins/hciops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hciops.c b/plugins/hciops.c index 9b1225c85..6ce0e27b9 100644 --- a/plugins/hciops.c +++ b/plugins/hciops.c @@ -1344,7 +1344,7 @@ static void pin_code_request(int index, bdaddr_t *dba) goto reject; } - err = btd_event_request_pin(&dev->bdaddr, dba); + err = btd_event_request_pin(&dev->bdaddr, dba, FALSE); if (err < 0) { error("PIN code negative reply: %s", strerror(-err)); goto reject; |