Home
last modified time | relevance | path

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

/btstack/src/
H A Dbluetooth.h914 #define SM_KEYDIST_FLAG_MASTER_IDENTIFICATION 0x02 macro
/btstack/src/ble/
H A Dsm.c919 flags |= SM_KEYDIST_FLAG_MASTER_IDENTIFICATION; in sm_key_distribution_flags_for_set()
1550 && (setup->sm_key_distribution_received_set & SM_KEYDIST_FLAG_MASTER_IDENTIFICATION )){ in sm_store_bonding_information()
2506 if ((setup->sm_key_distribution_send_set & SM_KEYDIST_FLAG_MASTER_IDENTIFICATION) != 0u){ in sm_run_distribute_keys()
2507 setup->sm_key_distribution_send_set &= ~SM_KEYDIST_FLAG_MASTER_IDENTIFICATION; in sm_run_distribute_keys()
2508 setup->sm_key_distribution_sent_set |= SM_KEYDIST_FLAG_MASTER_IDENTIFICATION; in sm_run_distribute_keys()
4840 … setup->sm_key_distribution_received_set |= SM_KEYDIST_FLAG_MASTER_IDENTIFICATION; in sm_pdu_handler()