We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5876561 commit 2e656ffCopy full SHA for 2e656ff
lib/pbio/drv/bluetooth/bluetooth_btstack.c
@@ -1121,8 +1121,9 @@ void pbdrv_bluetooth_init_hci(void) {
1121
btstack_memory_init();
1122
btstack_run_loop_init(&bluetooth_btstack_run_loop);
1123
1124
+ // Chipset is not set here. This is done dynamically when we get the
1125
+ // local version information.
1126
hci_init(pdata->transport_instance(), pdata->transport_config());
- hci_set_chipset(pdata->chipset_instance());
1127
hci_set_control(pdata->control_instance());
1128
1129
// REVISIT: do we need to call btstack_chipset_cc256x_set_power() or btstack_chipset_cc256x_set_power_vector()?
0 commit comments