Searched refs:BTM_LE_KEY_PENC (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/ |
D | btc_ble_storage.c | 103 case BTM_LE_KEY_PENC: in _btc_storage_add_ble_bonding_key() 163 case BTM_LE_KEY_PENC: in _btc_storage_get_ble_bonding_key() 553 case BTM_LE_KEY_PENC: in _btc_storage_compare_address_key_value() 927 _btc_read_le_key(BTM_LE_KEY_PENC, sizeof(tBTM_LE_PENC_KEYS), in _btc_storage_in_fetch_bonded_ble_device() 988 …if (_btc_storage_get_ble_bonding_key(&bd_addr, BTM_LE_KEY_PENC, buffer, sizeof(tBTM_LE_PENC_KEYS))… in btc_storage_get_bonded_ble_devices_list()
|
D | btc_dm.c | 201 BTM_LE_KEY_PENC, in btc_dm_save_ble_bonding_keys() 890 case BTM_LE_KEY_PENC: { in btc_dm_sec_cb_handler()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble.c | 164 (key_type != BTM_LE_KEY_PENC && key_type != BTM_LE_KEY_PID && in BTM_SecAddBleKey() 1294 case BTM_LE_KEY_PENC: in btm_sec_save_le_key() 1300 p_rec->ble.key_type |= BTM_LE_KEY_PENC; in btm_sec_save_le_key() 1499 if (p_dev_rec->ble.key_type & BTM_LE_KEY_PENC) { in btm_ble_link_sec_check() 1560 if (link_role == BTM_ROLE_MASTER && (p_rec->ble.key_type & BTM_LE_KEY_PENC)) { in btm_ble_set_encryption() 1581 if(link_role == BTM_ROLE_SLAVE && (p_rec->ble.key_type & BTM_LE_KEY_PENC)) { in btm_ble_set_encryption() 1673 } else if (p_rec->ble.key_type & BTM_LE_KEY_PENC) { in btm_ble_start_encrypt() 2452 } else if (p_dev_rec->ble.key_type & BTM_LE_KEY_PENC) {
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | smp_utils.c | 1559 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()
|
D | smp_act.c | 1046 BTM_LE_KEY_PENC, in smp_proc_master_id()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_api.h | 733 #define BTA_LE_KEY_PENC BTM_LE_KEY_PENC /* encryption information of peer device */
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | btm_api.h | 1679 #define BTM_LE_KEY_PENC SMP_SEC_KEY_TYPE_ENC /* encryption information of peer device */ macro
|