|
openaliro
Aliro reader: UWB/CCC core and ESP32-S3/C5/C6 port
|
CCC ranging session bound to FiRa MAC. More...
Data Fields | |
| struct cherry_session | base |
| MUST be first (see up-cast below). | |
| struct cherry_ccc_aliro_session_config * | config |
| Borrowed pointer to the adapter's negotiated params, valid until destroy. | |
| uint8_t | ursk [SHIM_URSK_LEN] |
| Provisioned-STS root key. | |
| bool | have_ursk |
| URSK stashed via set_ursk. | |
| enum cherry_ccc_session_state | state |
| Last emitted state. | |
CCC ranging session bound to FiRa MAC.
| base | MUST be first member for up-casting. |
| config | Borrowed pointer to adapter's negotiated params, valid until destroy. |
| ursk | Provisioned-STS root key (16 bytes). |
| have_ursk | True if URSK has been stashed via set_ursk. |
| state | Last emitted session state (INIT, IDLE, ACTIVE, or DEINIT). |