Bluetooth: host: Add read antenna information HCI command

Add Bluetooth 5.1 Direction Finding HCI command:
HCI_LE_Read_Antenna_Information handling to Host.
Add wrapper function to handle send the command
and receive response from Controller.

Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
This commit is contained in:
Piotr Pryga 2020-10-14 00:50:47 -07:00 committed by Carles Cufí
commit 14890c8eb6
4 changed files with 96 additions and 0 deletions

View file

@ -57,6 +57,12 @@ if(CONFIG_BT_HCI_HOST)
)
endif()
endif()
if(CONFIG_BT_DF)
zephyr_library_sources(
direction.c
)
endif()
endif()
if(CONFIG_BT_DEBUG_SMP OR CONFIG_BT_DEBUG_KEYS)