kai-morich / SimpleBluetoothTerminal

Android terminal app for Bluetooth classic devices using SPP profile
MIT License
431 stars 163 forks source link

Feature request: Operate in slave mode, allowing remote connection by master devices. #26

Open wangnick opened 2 years ago

wangnick commented 2 years ago

Thanks Kai for the superb Android applications.

I'm currently trying to connect from an HC-05 module (as master) to my two SMA solar inverters which provide slave RFCOMM services each. So I'm wondering if Serial Bluetooth Terminal 1.37 can also operate in slave mode in order to allow testing the HC-05 master mode inquiry, pairing and connection establishment protocols.

If not would it be possible to add such a feature?

Kind regards, Sebastian

kai-morich commented 2 years ago

might be possible with an Android BluetoothServerSocket, but not supported by this app and currently not planned.