| lt_ret_t lt_session_start | ( | lt_handle_t * | h, |
| const uint8_t * | stpub, | ||
| const lt_pkey_index_t | pkey_index, | ||
| const uint8_t * | shipriv, | ||
| const uint8_t * | shipub | ||
| ) |
| h | Handle for communication with TROPIC01 |
| stpub | STPUB from device's certificate |
| pkey_index | Index of pairing public key |
| shipriv | Secure host private key |
| shipub | Secure host public key |
| LT_OK | Function executed successfully |
| other | Function did not execute successully, you might use lt_ret_verbose() to get verbose encoding of returned value |