Searched refs:ble_encryption_key_value (Results 1 – 2 of 2) sorted by relevance
/system/bt/stack/btm/ |
D | btm_ble.c | 200 memcpy(p_devcb->ble_encryption_key_value, p_key->er, sizeof(BT_OCTET16)); in BTM_BleLoadLocalKeys() 224 memcpy (ble_encr_key_value, btm_cb.devcb.ble_encryption_key_value, BT_OCTET16_LEN); in BTM_GetDeviceEncRoot() 2419 p_locak_keys = (tBTM_BLE_LOCAL_KEYS *)&btm_cb.devcb.ble_encryption_key_value; in btm_notify_new_key() 2447 memcpy(&btm_cb.devcb.ble_encryption_key_value[8], p->param_buf, BT_OCTET8_LEN); in btm_ble_process_er2() 2453 memset(&btm_cb.devcb.ble_encryption_key_value, 0, sizeof(BT_OCTET16)); in btm_ble_process_er2() 2473 memcpy(&btm_cb.devcb.ble_encryption_key_value[0], p->param_buf, BT_OCTET8_LEN); in btm_ble_process_er() 2477 memset(&btm_cb.devcb.ble_encryption_key_value, 0, sizeof(BT_OCTET16)); in btm_ble_process_er()
|
D | btm_int.h | 173 BT_OCTET16 ble_encryption_key_value; /* BLE encryption key */ member
|