Bluetooth: Introduce Bluetooth Testing API
This introduces Bluetooth internal API intended to be used for qualification purposes. Application may register callbacks to get data that is not exposed by public API. Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl>
This commit is contained in:
parent
c20af89020
commit
700328ac55
5 changed files with 71 additions and 0 deletions
|
@ -12,6 +12,7 @@ zephyr_library_sources_ifdef(CONFIG_BT_TINYCRYPT_ECC hci_ecc.c)
|
|||
zephyr_library_sources_ifdef(CONFIG_BT_A2DP a2dp.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_BT_AVDTP avdtp.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_BT_RFCOMM rfcomm.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_BT_TESTING testing.c)
|
||||
|
||||
zephyr_library_sources_ifdef(
|
||||
CONFIG_BT_BREDR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue