libtropic
C library for TROPIC01 chip
|
lt_ret_t lt_pairing_key_read | ( | lt_handle_t * | h, |
uint8_t * | pairing_pub, | ||
const uint8_t | slot | ||
) |
h | Device's handle |
pairing_pub | 32B of pubkey |
slot | Pairing key lot SH0PUB - SH3PUB |
LT_OK | Function executed successfully |
other | Function did not execute successully, you might use lt_ret_verbose() to get verbose encoding of returned value |