-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Commit 67de199
authored
add onMtuChanged to BLEServerCallbacks (#5222)
* add onMtuChanged to BLEServerCallbacks
Add method onMtuChanged to the BLEServerCallbacks so the application can be notified if the MTU size changes.
* Correct missing semicolon and misspelled method.
Correct missing semicolon and misspelled method.1 parent 39155e7 commit 67de199
2 files changed
+17
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
157 | 157 |
| |
158 | 158 |
| |
159 | 159 |
| |
160 | + | ||
160 | 161 |
| |
161 | 162 |
| |
162 | 163 |
| |
| |||
371 | 372 |
| |
372 | 373 |
| |
373 | 374 |
| |
375 | + | ||
376 | + | ||
377 | + | ||
378 | + | ||
379 | + | ||
380 | + | ||
374 | 381 |
| |
375 | 382 |
| |
376 | 383 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
137 | + | ||
138 | + | ||
139 | + | ||
140 | + | ||
141 | + | ||
142 | + | ||
143 | + | ||
144 | + | ||
145 | + | ||
146 | + | ||
137 | 147 |
| |
138 | 148 |
| |
139 | 149 |
| |
|
0 commit comments