diff options
| author | JF <jf@codingfield.com> | 2020-06-16 20:36:24 +0200 |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-06-16 20:36:24 +0200 |
| commit | 9898fed80634c99c9dbe8ee8682dfdc259463654 (patch) | |
| tree | 4be094c1e2c3a2b73b8c7b924fbd793ba416aa63 /src/Components/Ble/NimbleController.cpp | |
| parent | fab220d0b9c6868b4fa96ce5f3e3f41b5454a0c7 (diff) | |
Update to nimble 1.3.0 + WIP : debug BLE connection issue with android phones.
Diffstat (limited to 'src/Components/Ble/NimbleController.cpp')
| -rw-r--r-- | src/Components/Ble/NimbleController.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Components/Ble/NimbleController.cpp b/src/Components/Ble/NimbleController.cpp index 561dbce4..8c4675b7 100644 --- a/src/Components/Ble/NimbleController.cpp +++ b/src/Components/Ble/NimbleController.cpp @@ -180,8 +180,8 @@ int NimbleController::OnGAPEvent(ble_gap_event *event) { StartAdvertising(); bleController.Disconnect(); } else { - bleController.Connect(); - systemTask.PushMessage(Pinetime::System::SystemTask::Messages::BleConnected); + //bleController.Connect(); + //systemTask.PushMessage(Pinetime::System::SystemTask::Messages::BleConnected); connectionHandle = event->connect.conn_handle; // Service discovery is deffered via systemtask } |
