Searched refs:sm_key_distribution_received_set (Results 1 – 1 of 1) sorted by relevance
319 uint8_t sm_key_distribution_received_set; member932 setup->sm_key_distribution_received_set = 0; in sm_setup_key_distribution()1098 …on_all_received: received 0x%02x, expecting 0x%02x", setup->sm_key_distribution_received_set, setu… in sm_key_distribution_all_received()1099 …return (setup->sm_key_distribution_expected_set & setup->sm_key_distribution_received_set) == setu… in sm_key_distribution_all_received()1459 if ((setup->sm_key_distribution_received_set & SM_KEYDIST_FLAG_IDENTITY_INFORMATION) != 0u){ in sm_store_bonding_information()1533 if (setup->sm_key_distribution_received_set & SM_KEYDIST_FLAG_SIGNING_IDENTIFICATION){ in sm_store_bonding_information()1549 else if ( (setup->sm_key_distribution_received_set & SM_KEYDIST_FLAG_ENCRYPTION_INFORMATION) in sm_store_bonding_information()1550 && (setup->sm_key_distribution_received_set & SM_KEYDIST_FLAG_MASTER_IDENTIFICATION )){ in sm_store_bonding_information()1592 if ((setup->sm_key_distribution_received_set & SM_KEYDIST_FLAG_IDENTITY_INFORMATION) != 0u){ in sm_key_distribution_validate_received()2591 …bool have_identity_address_info = ((setup->sm_key_distribution_received_set & SM_KEYDIST_FLAG_IDEN… in sm_ctkd_from_le()[all …]