Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dsmp.h52 #define SMP_DIST_SIGN 0x04 macro
Dsmp.c653 local_dist = SMP_DIST_ENC_KEY | SMP_DIST_SIGN; in build_pairing_cmd()
654 remote_dist = SMP_DIST_ENC_KEY | SMP_DIST_SIGN; in build_pairing_cmd()
1190 else if (smp->remote_key_dist & SMP_DIST_SIGN) in smp_allow_key_dist()
1314 if (*keydist & SMP_DIST_SIGN) { in smp_distribute_keys()
1333 *keydist &= ~SMP_DIST_SIGN; in smp_distribute_keys()
1676 local_dist = SMP_DIST_ENC_KEY | SMP_DIST_SIGN; in build_bredr_pairing_cmd()
1677 remote_dist = SMP_DIST_ENC_KEY | SMP_DIST_SIGN; in build_bredr_pairing_cmd()
2406 else if (smp->remote_key_dist & SMP_DIST_SIGN) in smp_cmd_master_ident()
2459 if (smp->remote_key_dist & SMP_DIST_SIGN) in smp_cmd_ident_addr_info()
2511 smp->remote_key_dist &= ~SMP_DIST_SIGN; in smp_cmd_sign_info()