drivers: bluetooth: silabs_efr32: Add support for vendor HCI extensions

Add a Kconfig option which can be used to enable vendor HCI extensions for
Silicon Labs EFR32 devices.

Signed-off-by: Johan Hedberg <johan.hedberg@silabs.com>
This commit is contained in:
Johan Hedberg 2025-01-29 09:50:35 +02:00 committed by Benjamin Cabé
commit 77a350efa7
3 changed files with 13 additions and 0 deletions

View file

@ -109,6 +109,10 @@ void sl_btctrl_hci_parser_init_phy(void)
{
}
void sl_bthci_init_vs(void)
{
}
void AGC_IRQHandler(void)
{
}