Hi.
I have this small "robot" which can be programmed using Scratch 2 on Windows with some extensions made by the manufacturer. The robot connects to the computer using Bluetooth. I had the idea that, if I could inspect the messages sent from and to the robot I could make a Python API to program it (on something else that using WIndows). Unfortunately Windows won´t let the user sniff those packets (tried using WireShark and then found on the net that it wasn´t possible).
Then I came up with this idea, but I´d like to know if it is possible: SInce the Pi Zero can be used in gadget mode, would it be possible to make it appear as the WIndows PC Bluetooth dongle? That way I could connect the robot to the Pi, record all messages and pass them to the Windows PC.
I´ve searched for this specific feature but haven´t found anything besides the possibility of using the Pi as an ethernet device, or a serial device, but I´m not sure if this is what I want. So, to summarize: Is it possible to make a Pi Zero (in gadget mode) appear as a bluetooth dongle for other PC?
Thanks in advance.