mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 08:42:28 +00:00
posix-h4: use Zephyr Chipset logic for nRF5340 with SoftDevice and Nordic vendor id
This commit is contained in:
parent
e28aaf35e2
commit
ff479fcfe6
@ -265,7 +265,12 @@ static void local_version_information_handler(uint8_t * packet){
|
||||
break;
|
||||
case BLUETOOTH_COMPANY_ID_NORDIC_SEMICONDUCTOR_ASA:
|
||||
printf("Nordic Semiconductor nRF5 chipset.\n");
|
||||
break;
|
||||
hci_set_chipset(btstack_chipset_zephyr_instance());
|
||||
break;
|
||||
case BLUETOOTH_COMPANY_ID_THE_LINUX_FOUNDATION:
|
||||
printf("Linux Foundation - assuming Zephyr running on Nordic chipset.\n");
|
||||
hci_set_chipset(btstack_chipset_zephyr_instance());
|
||||
break;
|
||||
case BLUETOOTH_COMPANY_ID_TOSHIBA_CORP:
|
||||
printf("Toshiba - using TC3566x driver.\n");
|
||||
hci_set_chipset(btstack_chipset_tc3566x_instance());
|
||||
|
Loading…
x
Reference in New Issue
Block a user