Hi Johan,
On Tue, Jun 21, 2011 at 6:27 PM, Johan Hedberg [off-list ref] wrote:
Since the extended features command is only available from 1.2 onwards I
don't think it's right to unconditionally send it in hci_init_req.
Instead, you should probably be checking for the feature bit in the
(non-extended) feature mask, i.e. in the command complete callback for
HCI_Read_Local_Features and only send the command if the feature bit is
set.
Ok, I'll check the extended features flag.
Thanks,
Andre.