Hi Sebastian, >>>> The Nokia devices require the setup of its Public Bluetooth Device >>>> Address and for that it is required to depend on vendor specific >>>> commands. For Broadcom based Nokia devices, that is part of btbcm >>>> module and can be selected via BT_BCM config option. >>>> >>>> Signed-off-by: Marcel Holtmann <marcel@xxxxxxxxxxxx> >>> >>> Reviewed-by: Sebastian Reichel <sebastian.reichel@xxxxxxxxxxxxxxx> >> >> btw. we need to also provide the set_bdaddr for TI chips. > > The TI based chip in Nokia N950 has a proper address configured, so > it works without set_bdaddr (it would still be nice of course). It > also seems to be missing for hci_ll, though. So the required command > is completly unknown? actually a bunch of the TI HCI vendor command documents are public. We just need to figure out which one does the job. For the WiLink it is HCI_VS_Write_BD_Addr (0xFC06) which just takes the BD_ADDR as parameter. Regards Marcel -- 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