Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/btc/core/
Dbtc_ble_storage.c119 case BTM_LE_KEY_LENC: in _btc_storage_add_ble_bonding_key()
179 case BTM_LE_KEY_LENC: in _btc_storage_get_ble_bonding_key()
424 case BTM_LE_KEY_LENC: in _btc_storage_compare_address_key_value()
801 _btc_read_le_key(BTM_LE_KEY_LENC, sizeof(tBTM_LE_LENC_KEYS), in _btc_storage_in_fetch_bonded_ble_device()
Dbtc_dm.c229 BTM_LE_KEY_LENC, in btc_dm_save_ble_bonding_keys()
797 case BTM_LE_KEY_LENC: { in btc_dm_sec_cb_handler()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c164 key_type != BTM_LE_KEY_PCSRK && key_type != BTM_LE_KEY_LENC && in BTM_SecAddBleKey()
1290 case BTM_LE_KEY_LENC: in btm_sec_save_le_key()
1295 p_rec->ble.key_type |= BTM_LE_KEY_LENC; in btm_sec_save_le_key()
1708 if (p_rec->ble.key_type & BTM_LE_KEY_LENC) { in btm_ble_ltk_request_reply()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/
Dsmp_utils.c1550 btm_sec_save_le_key(p_cb->pairing_bda, BTM_LE_KEY_LENC, (tBTM_LE_KEY_VALUE *)&lle_key, 1); in smp_save_secure_connections_long_term_key()
Dsmp_act.c382 btm_sec_save_le_key(p_cb->pairing_bda, BTM_LE_KEY_LENC, in smp_send_enc_info()
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h714 #define BTA_LE_KEY_LENC BTM_LE_KEY_LENC /* master role security information:div */
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h1622 #define BTM_LE_KEY_LENC (SMP_SEC_KEY_TYPE_ENC << 4) /* master role security information:div */ macro