Home
last modified time | relevance | path

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

/btstack/src/
H A Dbluetooth.h915 #define SM_KEYDIST_FLAG_IDENTITY_INFORMATION 0x04 macro
/btstack/src/ble/
H A Dsm.c922 flags |= SM_KEYDIST_FLAG_IDENTITY_INFORMATION; in sm_key_distribution_flags_for_set()
1459 if ((setup->sm_key_distribution_received_set & SM_KEYDIST_FLAG_IDENTITY_INFORMATION) != 0u){ 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()
2517 if ((setup->sm_key_distribution_send_set & SM_KEYDIST_FLAG_IDENTITY_INFORMATION) != 0u){ in sm_run_distribute_keys()
2518 setup->sm_key_distribution_send_set &= ~SM_KEYDIST_FLAG_IDENTITY_INFORMATION; in sm_run_distribute_keys()
2519 setup->sm_key_distribution_sent_set |= SM_KEYDIST_FLAG_IDENTITY_INFORMATION; in sm_run_distribute_keys()
4846 setup->sm_key_distribution_received_set |= SM_KEYDIST_FLAG_IDENTITY_INFORMATION; in sm_pdu_handler()
4967 setup->sm_key_distribution_received_set |= SM_KEYDIST_FLAG_IDENTITY_INFORMATION; in sm_pdu_handler()