NimBLE-Arduino icon indicating copy to clipboard operation
NimBLE-Arduino copied to clipboard

CONFIG_BT_NIMBLE_ROLE_PERIPHERAL incorrectly disables NimBLEServer

Open filimonic opened this issue 10 months ago • 1 comments

CONFIG_BT_NIMBLE_ROLE_PERIPHERAL disables NimBLEServer, but it is ok to have GATT Server on Central device.

filimonic avatar Jan 23 '25 21:01 filimonic

If you are needing to support GATT on your client device then you are operating in a peripheral role so it should not be disabled.

h2zero avatar Jan 26 '25 22:01 h2zero