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:
parent
e34d5caac8
commit
77a350efa7
3 changed files with 13 additions and 0 deletions
|
@ -109,6 +109,10 @@ void sl_btctrl_hci_parser_init_phy(void)
|
|||
{
|
||||
}
|
||||
|
||||
void sl_bthci_init_vs(void)
|
||||
{
|
||||
}
|
||||
|
||||
void AGC_IRQHandler(void)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue