Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dsmp.h49 #define SMP_DIST_SIGN 0x04 macro
H A Dsmp.c637 local_dist = SMP_DIST_ENC_KEY | SMP_DIST_SIGN; in build_pairing_cmd()
638 remote_dist = SMP_DIST_ENC_KEY | SMP_DIST_SIGN; in build_pairing_cmd()
1174 else if (smp->remote_key_dist & SMP_DIST_SIGN) in smp_allow_key_dist()
1315 if (*keydist & SMP_DIST_SIGN) { in smp_distribute_keys()
1334 *keydist &= ~SMP_DIST_SIGN; in smp_distribute_keys()
1672 local_dist = SMP_DIST_ENC_KEY | SMP_DIST_SIGN; in build_bredr_pairing_cmd()
1673 remote_dist = SMP_DIST_ENC_KEY | SMP_DIST_SIGN; in build_bredr_pairing_cmd()
2510 else if (smp->remote_key_dist & SMP_DIST_SIGN) in smp_cmd_initiator_ident()
2572 if (smp->remote_key_dist & SMP_DIST_SIGN) in smp_cmd_ident_addr_info()
2637 smp->remote_key_dist &= ~SMP_DIST_SIGN; in smp_cmd_sign_info()