Hi Marcel, On Sun, Nov 01, 2015, Marcel Holtmann wrote: > There are some BR/EDR default events for Bluetooth 1.2 or later > controllers that are not conditional on their features being present. > > Signed-off-by: Marcel Holtmann <marcel@xxxxxxxxxxxx> > --- > net/bluetooth/hci_core.c | 12 ++++++++---- > 1 file changed, 8 insertions(+), 4 deletions(-) I realize I already applied this one, but: > + if (lmp_esco_capable(hdev)) { > + events[5] |= 0x08; /* Synchronous Connection Complete */ > + events[5] |= 0x10; /* Synchronous Connection Changed */ > + } Synchronous Connection Complete is relevant also for non-ESCO controllers, isn't it? 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