Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_ble.cc138 key_type != BTM_LE_KEY_PCSRK && key_type != BTM_LE_KEY_LENC && in BTM_SecAddBleKey()
1329 case BTM_LE_KEY_LENC: in btm_sec_save_le_key()
1334 p_rec->ble.key_type |= BTM_LE_KEY_LENC; in btm_sec_save_le_key()
1710 if (p_rec->ble.key_type & BTM_LE_KEY_LENC) in btm_ble_ltk_request_reply()
/system/bt/bta/include/
Dbta_api.h459 BTM_LE_KEY_LENC /* master role security information:div */
/system/bt/stack/include/
Dbtm_api_types.h1584 #define BTM_LE_KEY_LENC (SMP_SEC_KEY_TYPE_ENC << 4) macro
/system/bt/stack/smp/
Dsmp_utils.cc1481 btm_sec_save_le_key(p_cb->pairing_bda, BTM_LE_KEY_LENC, &lle_key, true); in smp_save_secure_connections_long_term_key()
Dsmp_act.cc363 btm_sec_save_le_key(p_cb->pairing_bda, BTM_LE_KEY_LENC, &le_key, true); in smp_send_enc_info()