As Legato doesnot have a service for Bluetooth how to start using Bluedroid in Legato?

I like to use Bluedroid with Legato; how can I go about doing this ?

Also my project requires another Wifi-BT board than the TI one which accompanied MangOH Green. How to start doing this ?

Hi codegit001,

Is the issue solved?
Per understanding, Bluedroid is more Android stuff so cannot run directly on Legato.

Maybe easier to use native Linux tool, or Bluez, similar discussion on Mangoh.io already.
How to put BlueZ stack into MangOH board? - mangOH Green - mangOH forum
And:
GitHub - dpfrey/yocto_wp76_wp77_meta-bluetooth: A bluetooth yocto layer for the WP76 and WP77

For 3rd party WiFi-BT chip integration, I would suggest to ask the supplier for driver package for use with Yocto, to ease the integration.
Maybe you can also refer to below for the steps to integrate the TI chip as example:

Hope it helps.
Thx