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:
parent
24f34b1913
commit
14890c8eb6
4 changed files with 96 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue