File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 11- BLE aufräumen
22- Einrichten, dass esp nach einen neustart die gleiche adresse erhält
3+ --> NRPA benötigte ich nicht, da diese nicht von anderen für erkennung verwendet werden kann --> RPA benötigt (ble_hs_resolv_gen_priv_addr)
4+ --> ble_hs_gen_own_private_rnd besser
5+ --> ble_hs_util_ensure_addr rückgabewert schauen ob BLE_HS_ENOADDR zurückgegeben wird wäre schlecht
6+ https://github.com/h2zero/NimBLE-Arduino/blob/1cddddb8b82c35d60c81a3bb6732b074c3e64b63/src/nimble/nimble/host/include/host/ble_hs_pvcy.h
7+ https://stackoverflow.com/questions/70583605/does-ble-device-generates-new-ltk-csrk-and-irk-every-time-it-bonds-with-new-de
8+ https://github.com/h2zero/NimBLE-Arduino/blob/1cddddb8b82c35d60c81a3bb6732b074c3e64b63/src/nimble/nimble/host/src/ble_hs_pvcy.c#L255
9+ https://github.com/h2zero/NimBLE-Arduino/blob/1cddddb8b82c35d60c81a3bb6732b074c3e64b63/src/nimble/nimble/include/nimble/ble.h#L268
10+ https://github.com/h2zero/NimBLE-Arduino/blob/1cddddb8b82c35d60c81a3bb6732b074c3e64b63/src/nimble/nimble/host/src/ble_hs_hci_evt.c#L351
11+ https://github.com/h2zero/NimBLE-Arduino/blob/1cddddb8b82c35d60c81a3bb6732b074c3e64b63/src/nimble/nimble/host/include/host/ble_hs_id.h#L38
12+ https://github.com/h2zero/NimBLE-Arduino/blob/1cddddb8b82c35d60c81a3bb6732b074c3e64b63/src/nimble/nimble/host/src/ble_hs_id.c#L102
313
414- Report deskriptor austauschen mit neuen --> report id noch hinzufügen
515- struct verschicken mittels bluetooth --> nur wenn sich was verändert hat an den Daten
You can’t perform that action at this time.
0 commit comments