Commit 8f8fa56
Jira 824, BLE Peripheral to create Scan Response Data
Feature added:
- Arduino request that the BLE library, in Peripheral mode,
to support Scan Response Data request from a Central.
- Arduino expects the reply similar to an Apple device.
They have provide a policy for the construction of the
Scan Response data message.
Code mods:
1. BLEDeviceManager.cpp:
- Added setAdvertiseData() for the creation of the Scan
Response Data message.
- In advDataInit(), follows the policy (defined by
Arduino) to add Adv data to the Scan Response
Data message using setAdvertiseData().
2. BLEDeviceManager.h:
- prototypeing.1 parent 59d03ae commit 8f8fa56
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