|
@@ -44,6 +44,7 @@
|
|
#include <net/bluetooth/bluetooth.h>
|
|
#include <net/bluetooth/bluetooth.h>
|
|
#include <net/bluetooth/hci_core.h>
|
|
#include <net/bluetooth/hci_core.h>
|
|
|
|
|
|
|
|
+#include "btbcm.h"
|
|
#include "hci_uart.h"
|
|
#include "hci_uart.h"
|
|
|
|
|
|
#define VERSION "2.3"
|
|
#define VERSION "2.3"
|
|
@@ -299,7 +300,8 @@ static int hci_uart_setup(struct hci_dev *hdev)
|
|
#endif
|
|
#endif
|
|
#ifdef CONFIG_BT_HCIUART_BCM
|
|
#ifdef CONFIG_BT_HCIUART_BCM
|
|
case 15:
|
|
case 15:
|
|
- hdev->set_bdaddr = bcm_set_bdaddr;
|
|
|
|
|
|
+ hdev->set_bdaddr = btbcm_set_bdaddr;
|
|
|
|
+ btbcm_check_bdaddr(hdev);
|
|
break;
|
|
break;
|
|
#endif
|
|
#endif
|
|
}
|
|
}
|