Supporting Multiple Connection On A BLEServer · Issue #137 - GitHub

Skip to content Dismiss alert {{ message }} / esp32-snippets Public
  • Notifications You must be signed in to change notification settings
  • Fork 712
  • Star 2.5k
  • Code
  • Issues 479
  • Pull requests 10
  • Actions
  • Projects
  • Wiki
  • Security

    Uh oh!

    There was an error while loading. Please reload this page.

  • Insights
Additional navigation options Supporting multiple connection on a BLEServer #137New issueNew issueOpenOpenSupporting multiple connection on a BLEServer#137Labelsenhancementstudy required@ayavilevich

Description

@ayavilevichayavilevichopened on Oct 23, 2017

Hi Neil,

I have started working with the library with the intention of supporting the ESP32 BLE in one of my projects. Currently it uses an AVR Arduino with HM-10 compatible modules. One of my interests is supporting connecting more than one client to the server at the same time.

I looked at the code and the examples and it seems it isn't implemented in the c++ library. Looking at BLEServer I can see it has one connection id (m_connId). OTOH it has a m_connectedCount field. What is the goal with regards to the library and supporting multiple connections? Is it planned? Is help needed?

Regards, Arik.

Metadata

Metadata

Assignees

No one assigned

Labels

enhancementstudy required

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

You can’t perform that action at this time.

Tag » Arduino Ble Multiple Clients