mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
don't mark as connected until connection secured
This commit is contained in:
parent
d929d32569
commit
25ea953cc3
2 changed files with 11 additions and 4 deletions
|
|
@ -25,6 +25,7 @@ class SerialBLEInterface : public BaseSerialInterface {
|
|||
void clearBuffers() { send_queue_len = 0; }
|
||||
static void onConnect(uint16_t connection_handle);
|
||||
static void onDisconnect(uint16_t connection_handle, uint8_t reason);
|
||||
static void onSecured(uint16_t connection_handle);
|
||||
|
||||
public:
|
||||
SerialBLEInterface() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue