mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-14 01:27:41 +00:00
posix-h4: use bcm chipset support for cypress controllers
This commit is contained in:
parent
8b29284be6
commit
1ccd94aa2c
@ -197,7 +197,12 @@ static void local_version_information_handler(uint8_t * packet){
|
||||
case BLUETOOTH_COMPANY_ID_BROADCOM_CORPORATION:
|
||||
printf("Broadcom - using BCM driver.\n");
|
||||
hci_set_chipset(btstack_chipset_bcm_instance());
|
||||
|
||||
use_fast_uart();
|
||||
is_bcm = 1;
|
||||
break;
|
||||
case BLUETOOTH_COMPANY_ID_CYPRESS_SEMICONDUCTOR:
|
||||
printf("Cypress - using BCM driver.\n");
|
||||
hci_set_chipset(btstack_chipset_bcm_instance());
|
||||
use_fast_uart();
|
||||
is_bcm = 1;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user