Hi Szymon, On Fri, Sep 21, 2012, Szymon Janc wrote: > --- a/src/mgmt.c > +++ b/src/mgmt.c > @@ -1193,6 +1193,7 @@ static void pair_device_complete(int sk, uint16_t index, uint8_t status, > info = &controllers[index]; > > bonding_complete(info, &rp->addr.bdaddr, status); > + oob_pairing_complete(&info->bdaddr, &rp->addr.bdaddr, status); > } Can't we be a bit smarter than always notifying the oob code. Don't we e.g. have the possibility to look at the IO capabilities used in the pairing process or some other means from which we can conclude that this was an OOB-based pairing that completed? Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html