Lines Matching refs:sm_key_distribution_received_set

319     uint8_t   sm_key_distribution_received_set;  member
932 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()
4835 … setup->sm_key_distribution_received_set |= SM_KEYDIST_FLAG_ENCRYPTION_INFORMATION; in sm_pdu_handler()
4840 … setup->sm_key_distribution_received_set |= SM_KEYDIST_FLAG_MASTER_IDENTIFICATION; in sm_pdu_handler()
4846 setup->sm_key_distribution_received_set |= SM_KEYDIST_FLAG_IDENTITY_INFORMATION; in sm_pdu_handler()
4851 … setup->sm_key_distribution_received_set |= SM_KEYDIST_FLAG_IDENTITY_ADDRESS_INFORMATION; in sm_pdu_handler()
4857 … setup->sm_key_distribution_received_set |= SM_KEYDIST_FLAG_SIGNING_IDENTIFICATION; in sm_pdu_handler()
4967 setup->sm_key_distribution_received_set |= SM_KEYDIST_FLAG_IDENTITY_INFORMATION; in sm_pdu_handler()
4971 … setup->sm_key_distribution_received_set |= SM_KEYDIST_FLAG_IDENTITY_ADDRESS_INFORMATION; in sm_pdu_handler()
4976 … setup->sm_key_distribution_received_set |= SM_KEYDIST_FLAG_SIGNING_IDENTIFICATION; in sm_pdu_handler()