Searched refs:my_rand (Results 1 – 1 of 1) sorted by relevance
/system/bt/gd/security/ |
D | pairing_handler_le.cc | 342 std::array<uint8_t, 8> my_rand = bluetooth::os::GenerateRandom<8>(); in DistributeKeys() local 357 …SendKeys(i, keys_i_send, my_ltk, my_ediv, my_rand, my_irk, my_identity_address, my_identity_addres… in DistributeKeys() 362 std::get<DistributedKeys>(keys).local_rand = my_rand; in DistributeKeys() 366 …SendKeys(i, keys_i_send, my_ltk, my_ediv, my_rand, my_irk, my_identity_address, my_identity_addres… in DistributeKeys() 376 std::get<DistributedKeys>(keys).local_rand = my_rand; in DistributeKeys()
|