Home
last modified time | relevance | path

Searched refs:peer_oob_data (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/stack/smp/
Dsmp_api.cc421 p_oob->peer_oob_data.present); in SMP_SecureConnectionOobDataReply()
430 if (!p_oob->peer_oob_data.present) data_missing = true; in SMP_SecureConnectionOobDataReply()
442 if (!p_oob->loc_oob_data.present || !p_oob->peer_oob_data.present) in SMP_SecureConnectionOobDataReply()
Dsmp_act.cc1979 if (!p_sc_oob_data->peer_oob_data.present) { in smp_process_secure_connection_oob_data()
1983 p_cb->peer_random = p_sc_oob_data->peer_oob_data.randomizer; in smp_process_secure_connection_oob_data()
1984 p_cb->remote_commitment = p_sc_oob_data->peer_oob_data.commitment; in smp_process_secure_connection_oob_data()
/packages/modules/Bluetooth/system/stack/include/
Dsmp_api_types.h205 tSMP_PEER_OOB_DATA peer_oob_data; member
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.cc389 oob.peer_oob_data.present = true; in BTM_BleSecureConnectionOobDataReply()
390 memcpy(&oob.peer_oob_data.randomizer, p_r, OCTET16_LEN); in BTM_BleSecureConnectionOobDataReply()
391 memcpy(&oob.peer_oob_data.commitment, p_c, OCTET16_LEN); in BTM_BleSecureConnectionOobDataReply()
392 oob.peer_oob_data.addr_rcvd_from.type = p_dev_rec->ble.AddressType(); in BTM_BleSecureConnectionOobDataReply()
393 oob.peer_oob_data.addr_rcvd_from.bda = bd_addr; in BTM_BleSecureConnectionOobDataReply()