Home
last modified time | relevance | path

Searched refs:ple_key (Results 1 – 1 of 1) sorted by relevance

/system/bt/stack/smp/
Dsmp_utils.c1470 tBTM_LE_PENC_KEYS ple_key; in smp_save_secure_connections_long_term_key() local
1480 ple_key.ediv = 0; in smp_save_secure_connections_long_term_key()
1481 memset(ple_key.rand, 0, BT_OCTET8_LEN); in smp_save_secure_connections_long_term_key()
1482 memcpy(ple_key.ltk, p_cb->ltk, BT_OCTET16_LEN); in smp_save_secure_connections_long_term_key()
1483 ple_key.sec_level = p_cb->sec_level; in smp_save_secure_connections_long_term_key()
1484 ple_key.key_size = p_cb->loc_enc_size; in smp_save_secure_connections_long_term_key()
1485 btm_sec_save_le_key(p_cb->pairing_bda, BTM_LE_KEY_PENC, (tBTM_LE_KEY_VALUE *)&ple_key, TRUE); in smp_save_secure_connections_long_term_key()