Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble.c166 key_type != BTM_LE_KEY_PCSRK && key_type != BTM_LE_KEY_LENC && in BTM_SecAddBleKey()
181 key_type == BTM_LE_KEY_PCSRK || key_type == BTM_LE_KEY_LENC || in BTM_SecAddBleKey()
944 case BTM_LE_KEY_LENC: in btm_sec_save_le_key()
948 p_rec->ble.key_type |= BTM_LE_KEY_LENC; in btm_sec_save_le_key()
/external/bluetooth/bluedroid/stack/smp/
Dsmp_act.c246 btm_sec_save_le_key(p_cb->pairing_bda, BTM_LE_KEY_LENC, (tBTM_LE_KEY_VALUE *)&le_key, TRUE); in smp_send_enc_info()
/external/bluetooth/bluedroid/bta/include/
Dbta_api.h696 #define BTA_LE_KEY_LENC BTM_LE_KEY_LENC /* master role security information:div */
/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h1609 #define BTM_LE_KEY_LENC (SMP_SEC_KEY_TYPE_ENC << 3) /* master role security information:… macro