Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/smp/
Dsmp_utils.c1519 print128(p_cb->remote_commitment, (const UINT8 *)"received peer commitment"); in smp_check_commitment()
1521 if (memcmp(p_cb->remote_commitment, expected, BT_OCTET16_LEN)) { in smp_check_commitment()
Dsmp_act.c806 STREAM_TO_ARRAY(p_cb->remote_commitment, p, BT_OCTET16_LEN); in smp_process_pairing_commitment()
1897 memcpy(p_cb->remote_commitment, p_sc_oob_data->peer_oob_data.commitment, in smp_process_secure_connection_oob_data()
1898 sizeof(p_cb->remote_commitment)); in smp_process_secure_connection_oob_data()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/smp/include/
Dsmp_int.h289 BT_OCTET16 remote_commitment; member