Home
last modified time | relevance | path

Searched refs:ble_encryption_key_value (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec_int_types.h88 Octet16 ble_encryption_key_value; /* BLE encryption key */ member
Dbtm_ble_sec.cc230 p_devcb->ble_encryption_key_value = p_key->er; in BTM_BleLoadLocalKeys()
241 const Octet16& BTM_GetDeviceEncRoot() { return btm_sec_cb.devcb.ble_encryption_key_value; } in BTM_GetDeviceEncRoot()
1899 p_local_keys = (tBTM_BLE_LOCAL_KEYS*)&btm_sec_cb.devcb.ble_encryption_key_value; in btm_notify_new_key()
1932 btm_sec_cb.devcb.ble_encryption_key_value = rand2; in btm_ble_reset_id_impl()