Commit 3612e08
Jira 836, Enumerate non connectable Peripherals in Central scan …
Added feature:
- In Central mode, the BLE library should enumerate Peripheral
that are non-connectable (eg beacon).
Code Mods:
1. BLEDevice.cpp:
- Add the call to get Manufacturer Data info from a
Peripheral. Non-connectable device may only broadcast
this info.
2. BLEDevice.h:
- Prototyping.
3. BLEDeviceManager.cpp:
- Delete the filter about non-connectable advertisement.
- Added APIs, hasManufacturerData(), setManufacturerData(),
hasManufacturerData(), to gain access to adv info
of non-connectable Peripherals.1 parent 59d03ae commit 3612e08
File tree
4 files changed
+566
-224
lines changed- libraries/CurieBLE/src
- internal
4 files changed
+566
-224
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
136 | 147 | | |
137 | 148 | | |
138 | 149 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
194 | 199 | | |
195 | 200 | | |
196 | 201 | | |
| |||
0 commit comments