Commit 90cce5b
authored
BLE HID pairing completed only with HID descriptor (#3232)
Related to #3221
Delay the `connectBLE` success until we have a HID descriptor from
the BLE remote device. This takes longer but guarantees we can get
those HID messages, and eliminates potential race conditions where
the HCI comes up fast but the GATT setup takes its sweet old time.1 parent 03cc990 commit 90cce5b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| |||
0 commit comments