--- a/plugins/hciops.c +++ b/plugins/hciops.c @@ -2512,8 +2512,8 @@ hci_send_cmd(dev->sk, OGF_HOST_CTL, OCF_READ_STORED_LINK_KEY, READ_STORED_LINK_KEY_CP_SIZE, &cp); - if (!dev->pending) - init_adapter(index); + DBG("dev->pending=%d", dev->pending); + init_adapter(index); } static void init_pending(int index)