BLE FOTA APP
ble_gap_sec_keys_t Struct Reference
[Generic Access Profile (GAP)]
Keys that have been exchanged. More...
#include <ble_gap.h>
Data Fields | |
| uint8_t | ltk: 1 |
| Long Term Key. | |
| uint8_t | ediv_rand: 1 |
| Encrypted Diversifier and Random value. | |
| uint8_t | irk: 1 |
| Identity Resolving Key. | |
| uint8_t | address: 1 |
| Public or static random address. | |
| uint8_t | csrk: 1 |
| Connection Signature Resolving Key. | |
Detailed Description
Keys that have been exchanged.
Definition at line 532 of file ble_gap.h.
Field Documentation
Generated on Tue Jul 12 2022 21:01:00 by
1.7.2
Yihui Xiong