Unable to establish simultaneous connections using btgatt-client and btgatt-server #1006
Bhanuswaroophr
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using btgatt-client and btgatt-server on a device with RTL8821CU chipset to act as both central and peripheral device.
When we run btgatt-client, we can connect to another device running btgatt-server.
Similarly, when we run btgatt-server in our device, we can connect to another device running btgatt-client.
But when we run both btgatt-client and btgatt-server simultaneously, we see that we can do only one connection(from btgatt-client or btgatt-server).
Interestingly, if we run two instances of btgatt-client, we can connect to two DEVICES(which are acting as periperhal).
Since our device has limitation on flash and RAM size, we cannot use bluetoothd and dbus. We are compelled to use btgatt-server and btgatt-client as they are light weight. We are having only one adapter - hci0
Questions:
Please can we get help on this? We are blocked on this issue currently.
Thanks,
Bhanu
Beta Was this translation helpful? Give feedback.
All reactions