Other Parts Discussed in Thread: BLE-STACK
Tool/software:
Hello, I would like to know the status of Bluetooth support for CC1352p7 in Zephyr. From what I understand in the docs, this will involve implementing BLE Radio Hardware layer for cc1352p7.
I would like to have support for both Combined build and Controller-only build. In cc1352p7, the RF core is responsible for the actual operations and thus, the driver will probably look a lot like drivers/ieee802154/ieee802154_cc13xx_cc26xx*.c
.
I would also like to confirm if there is already a similar effort underway or maybe there is an HCI stack already implemented in Ti driver lib. If there are no existing plans, I can try testing if I can implement it myself.