apache / mynewt-nimble

Apache mynewt
https://mynewt.apache.org/
Apache License 2.0
665 stars 385 forks source link

nimble/drivers/native: Add missing function stubs #1706

Closed MariuszSkamra closed 4 months ago

MariuszSkamra commented 4 months ago

This fixes unit test compilation error caused by missing ble_phy_tifs_txtx_set() and ble_phy_encrypt_header_mask_set() function stubs used by ble_ll_iso_big.c and ble_ll_isoal.c.