Home
last modified time | relevance | path

Searched refs:randomizer (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/include/
Dsmp_api_types.h223 Octet16 randomizer; member
237 Octet16 randomizer; member
/system/bt/stack/smp/
Dsmp_act.cc1813 p_cb->local_random = p_sc_oob_data->loc_oob_data.randomizer; in smp_process_secure_connection_oob_data()
1823 p_cb->peer_random = p_sc_oob_data->peer_oob_data.randomizer; in smp_process_secure_connection_oob_data()
1872 p_cb->sc_oob_data.loc_oob_data.randomizer = p_cb->rand; in smp_set_local_oob_random_commitment()
1877 p_cb->sc_oob_data.loc_oob_data.randomizer, 0); in smp_set_local_oob_random_commitment()
1894 p_print = (uint8_t*)&p_cb->sc_oob_data.loc_oob_data.randomizer; in smp_set_local_oob_random_commitment()
/system/bt/stack/btm/
Dbtm_ble.cc435 memcpy(&oob.peer_oob_data.randomizer, p_r, OCTET16_LEN); in BTM_BleSecureConnectionOobDataReply()