Home
last modified time | relevance | path

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

/btstack/src/ble/
H A Dsm.c616 int identity_addr_type; in sm_reencryption_started() local
620 le_device_db_info(sm_conn->sm_le_db_index, &identity_addr_type, identity_addr, NULL); in sm_reencryption_started()
623 identity_addr_type = sm_conn->sm_peer_addr_type; in sm_reencryption_started()
628 …sm_notify_client_base(SM_EVENT_REENCRYPTION_STARTED, sm_conn->sm_handle, identity_addr_type, ident… in sm_reencryption_started()
637 int identity_addr_type; in sm_reencryption_complete() local
641 le_device_db_info(sm_conn->sm_le_db_index, &identity_addr_type, identity_addr, NULL); in sm_reencryption_complete()
644 identity_addr_type = sm_conn->sm_peer_addr_type; in sm_reencryption_complete()
649 …sm_notify_client_status(SM_EVENT_REENCRYPTION_COMPLETE, sm_conn->sm_handle, identity_addr_type, id… in sm_reencryption_complete()