Commit 6386e88
Fix Jira 864 After BLE.end() a peripheral is still showing up in scans
1. Stop scan, advertising and disconnect the connected devices when call end
Changed files
BLEDeviceManager.cpp - do the real action
BLEDevice.cpp - only local BLE device call the real end1 parent 45f08a5 commit 6386e88
File tree
2 files changed
+10
-1
lines changed- libraries/CurieBLE/src
- internal
2 files changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
89 | 94 | | |
90 | 95 | | |
91 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
170 | 174 | | |
171 | 175 | | |
172 | 176 | | |
| |||
0 commit comments