Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dsmp_api.h243 BT_OCTET16 randomizer; member
258 BT_OCTET16 randomizer; member
/system/bt/stack/smp/
Dsmp_act.c1904 memcpy(p_cb->local_random, p_sc_oob_data->loc_oob_data.randomizer, in smp_process_secure_connection_oob_data()
1920 memcpy(p_cb->peer_random, p_sc_oob_data->peer_oob_data.randomizer, in smp_process_secure_connection_oob_data()
1971 memcpy(p_cb->sc_oob_data.loc_oob_data.randomizer, p_cb->rand, in smp_set_local_oob_random_commitment()
1976 p_cb->sc_oob_data.loc_oob_data.randomizer, 0, in smp_set_local_oob_random_commitment()
1994 p_print = (UINT8*) &p_cb->sc_oob_data.loc_oob_data.randomizer; in smp_set_local_oob_random_commitment()
/system/bt/stack/btm/
Dbtm_ble.c500 memcpy(&oob.peer_oob_data.randomizer, p_r, BT_OCTET16_LEN); in BTM_BleSecureConnectionOobDataReply()