Hi,
When I test the WiFi function with Labtool, it is working without problem.
But, in case of BT function with Labtool, it can't read BT items at all.
My host platform is x86 PC with Ubuntu 18.04 LTS.
To make the mfgbridge working correctly, I modified 3 items below;
// modify from (static int ethio_flag = 0) to (static int ethio_flag = 1;) in drv_wrapper.c file
1) static int ethio_flag = 1;
// modify Makefile (bridge_linux_0.1.0.43/bridge/Makefile)
2) CONFIG_NONPLUG_SUPPORT=n
3) CC=gcc
Please refer to two capture files below with Labtool (one for WiFi without issue and BT with an issue)
<WiFi without Issue>

<BT with issue>
