diff --git a/port/ez430-rf2560/src/main.c b/port/ez430-rf2560/src/main.c index f8d00dc9c..386bfab24 100644 --- a/port/ez430-rf2560/src/main.c +++ b/port/ez430-rf2560/src/main.c @@ -56,6 +56,7 @@ #include "btstack_memory.h" #include "btstack_run_loop.h" #include "btstack_run_loop_embedded.h" +#include "bluetooth_company_id.h" #include "classic/btstack_link_key_db.h" #include "hal_board.h" #include "hal_compat.h" diff --git a/port/msp-exp430f5438-cc2564b/src/main.c b/port/msp-exp430f5438-cc2564b/src/main.c index 8792dd715..4ba00c8cd 100644 --- a/port/msp-exp430f5438-cc2564b/src/main.c +++ b/port/msp-exp430f5438-cc2564b/src/main.c @@ -57,6 +57,7 @@ #include "btstack_run_loop.h" #include "btstack_run_loop_embedded.h" #include "classic/btstack_link_key_db.h" +#include "bluetooth_company_id.h" #include "hal_board.h" #include "hal_compat.h" #include "hal_usb.h" diff --git a/port/msp430f5229lp-cc2564b/src/main.c b/port/msp430f5229lp-cc2564b/src/main.c index 9a92540bb..06b13f468 100644 --- a/port/msp430f5229lp-cc2564b/src/main.c +++ b/port/msp430f5229lp-cc2564b/src/main.c @@ -54,6 +54,7 @@ #include "btstack_memory.h" #include "btstack_run_loop.h" #include "btstack_run_loop_embedded.h" +#include "bluetooth_company_id.h" #include "classic/btstack_link_key_db.h" #include "hal_board.h" #include "hal_compat.h" diff --git a/port/posix-h4/main.c b/port/posix-h4/main.c index 697a999af..3d812397d 100644 --- a/port/posix-h4/main.c +++ b/port/posix-h4/main.c @@ -57,6 +57,7 @@ #include "btstack_memory.h" #include "btstack_run_loop.h" #include "btstack_run_loop_posix.h" +#include "bluetooth_company_id.h" #include "hci.h" #include "hci_dump.h" #include "stdin_support.h" @@ -190,7 +191,7 @@ static void local_version_information_handler(uint8_t * packet){ use_fast_uart(); hci_set_chipset(btstack_chipset_stlc2500d_instance()); break; - case BUETOOTH_COMPANY_ID_EM_MICROELECTRONICS_MARIN: + case BLUETOOTH_COMPANY_ID_EM_MICROELECTRONIC_MARIN_SA: printf("EM Microelectronics - using EM9301 driver.\n"); hci_set_chipset(btstack_chipset_em9301_instance()); break; diff --git a/port/posix-h5/main.c b/port/posix-h5/main.c index 65cc2cdb7..e76498b0a 100644 --- a/port/posix-h5/main.c +++ b/port/posix-h5/main.c @@ -57,6 +57,7 @@ #include "btstack_memory.h" #include "btstack_run_loop.h" #include "btstack_run_loop_posix.h" +#include "bluetooth_company_id.h" #include "hci.h" #include "hci_dump.h" #include "stdin_support.h" @@ -142,7 +143,7 @@ static void local_version_information_handler(uint8_t * packet){ use_fast_uart(); hci_set_chipset(btstack_chipset_stlc2500d_instance()); break; - case BUETOOTH_COMPANY_ID_EM_MICROELECTRONICS_MARIN: + case BLUETOOTH_COMPANY_ID_EM_MICROELECTRONIC_MARIN_SA: printf("EM Microelectronics - using EM9301 driver.\n"); hci_set_chipset(btstack_chipset_em9301_instance()); break; diff --git a/port/stm32-f103rb-nucleo/main.c b/port/stm32-f103rb-nucleo/main.c index c0c775a18..9500e91d7 100644 --- a/port/stm32-f103rb-nucleo/main.c +++ b/port/stm32-f103rb-nucleo/main.c @@ -54,6 +54,7 @@ #include "btstack_run_loop.h" #include "btstack_run_loop_embedded.h" #include "hci.h" +#include "bluetooth_company_id.h" #include "btstack_chipset_cc256x.h" #include "btstack_memory.h" #include "classic/btstack_link_key_db.h"