Gattool for mangoH

Hello, I would like to use gatttool on the mangoH (I want to connect to a ble sensor and would like to be able to send messages to the device using command line)

  1. is there a precompiled version that works on the device ?

  2. if not, how can I support building that on YOcto, since it seems deprecated

thank you

have you tried to add the tool in following file and rebuild yocto cwe?

./meta-swi/meta-swi-mdm9x28/recipes-core/images/mdm9x28-image.inc

I found this file, and I can build the Yocto image, I am just not sure how to change the file in order to get the gatttool to be built as part of the image

you can see the document here:

Inside there is bluetoothUtil and I can see \bin\gatttool.
(You might need to rebuild it)