Searched refs:BTM_LE_KEY_LENC (Results 1 – 4 of 4) sorted by relevance
166 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()
246 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()
696 #define BTA_LE_KEY_LENC BTM_LE_KEY_LENC /* master role security information:div */
1609 #define BTM_LE_KEY_LENC (SMP_SEC_KEY_TYPE_ENC << 3) /* master role security information:… macro