I tried using the power on command in bluetoothctl on the BeaglePlay board. All I got was No default controller available. Can you help with this?
For Bluetooth/BLE, the CC1352 needs to be used. Firmware needs to be written for this.
The TI SDK can be used for writing BLE applications:
https://dev.ti.com/tirex/explore/node?node=A__AfmOXSEGNa9-PneA2DxLYw__com.ti.SIMPLELINK_ACADEMY_CC13XX_CC26XX_SDK__AfkT0vQ__LATEST
To elaborate a bit more, we are currently still trying to get BLE working in Zephyr and have had some progress in the last couple of weeks. Once BLE is working in Zephyr on CC1352P7, we’ll then work on the Linux interface. I’d expect Zephyr applications to be working in several weeks, but connecting up to Linux is lower priority and might be several more months.