Lines Matching refs:remote_key_dist

108 	u8		remote_key_dist;  member
722 smp->remote_key_dist = remote_dist; in build_pairing_cmd()
733 smp->remote_key_dist = rsp->init_key_dist; in build_pairing_cmd()
1180 if (smp->remote_key_dist & SMP_DIST_ENC_KEY) in smp_allow_key_dist()
1182 else if (smp->remote_key_dist & SMP_DIST_ID_KEY) in smp_allow_key_dist()
1184 else if (smp->remote_key_dist & SMP_DIST_SIGN) in smp_allow_key_dist()
1230 if (hcon->out && (smp->remote_key_dist & KEY_DIST_MASK)) { in smp_distribute_keys()
1338 if (smp->remote_key_dist & KEY_DIST_MASK) { in smp_distribute_keys()
1694 smp->remote_key_dist = remote_dist; in build_bredr_pairing_cmd()
1705 smp->remote_key_dist = rsp->init_key_dist; in build_bredr_pairing_cmd()
1770 smp->remote_key_dist &= ~SMP_SC_NO_DIST; in smp_cmd_pairing_req()
1826 smp->remote_key_dist &= ~SMP_SC_NO_DIST; in smp_cmd_pairing_req()
1936 smp->remote_key_dist &= rsp->resp_key_dist; in smp_cmd_pairing_rsp()
1941 smp->remote_key_dist &= ~SMP_SC_NO_DIST; in smp_cmd_pairing_rsp()
1966 smp->remote_key_dist &= rsp->resp_key_dist; in smp_cmd_pairing_rsp()
1970 smp->remote_key_dist &= ~SMP_SC_NO_DIST; in smp_cmd_pairing_rsp()
2035 smp->remote_key_dist = (req->init_key_dist & rsp->resp_key_dist); in fixup_sc_false_positive()
2429 smp->remote_key_dist &= ~SMP_DIST_ENC_KEY; in smp_cmd_master_ident()
2431 if (smp->remote_key_dist & SMP_DIST_ID_KEY) in smp_cmd_master_ident()
2433 else if (smp->remote_key_dist & SMP_DIST_SIGN) in smp_cmd_master_ident()
2443 if (!(smp->remote_key_dist & KEY_DIST_MASK)) in smp_cmd_master_ident()
2484 smp->remote_key_dist &= ~SMP_DIST_ID_KEY; in smp_cmd_ident_addr_info()
2486 if (smp->remote_key_dist & SMP_DIST_SIGN) in smp_cmd_ident_addr_info()
2519 if (!(smp->remote_key_dist & KEY_DIST_MASK)) in smp_cmd_ident_addr_info()
2538 smp->remote_key_dist &= ~SMP_DIST_SIGN; in smp_cmd_sign_info()