tc3566x: add to posix-h4 and windows-h4 ports

This commit is contained in:
Matthias Ringwald 2018-02-05 10:00:01 +01:00
parent 624bb9dc38
commit c5541f687d
2 changed files with 10 additions and 0 deletions

View File

@ -201,6 +201,11 @@ static void local_version_information_handler(uint8_t * packet){
case BLUETOOTH_COMPANY_ID_NORDIC_SEMICONDUCTOR_ASA:
printf("Nordic Semiconductor nRF5 chipset.\n");
break;
case BLUETOOTH_COMPANY_ID_TOSHIBA_CORP:
printf("Toshiba - using TC3566x driver.\n");
hci_set_chipset(btstack_chipset_tc3566x_instance());
use_fast_uart();
break;
default:
printf("Unknown manufacturer / manufacturer not supported yet.\n");
break;

View File

@ -187,6 +187,11 @@ static void local_version_information_handler(uint8_t * packet){
case BLUETOOTH_COMPANY_ID_NORDIC_SEMICONDUCTOR_ASA:
printf("Nordic Semiconductor nRF5 chipset.\n");
break;
case BLUETOOTH_COMPANY_ID_TOSHIBA_CORP:
printf("Toshiba - using TC3566x driver.\n");
hci_set_chipset(btstack_chipset_tc3566x_instance());
use_fast_uart();
break;
default:
printf("Unknown manufacturer / manufacturer not supported yet.\n");
break;