SMP_DIST_ENC_KEY   58 net/bluetooth/smp.c #define SMP_SC_NO_DIST (SMP_DIST_ENC_KEY | SMP_DIST_LINK_KEY);
SMP_DIST_ENC_KEY  668 net/bluetooth/smp.c 		local_dist = SMP_DIST_ENC_KEY | SMP_DIST_SIGN;
SMP_DIST_ENC_KEY  669 net/bluetooth/smp.c 		remote_dist = SMP_DIST_ENC_KEY | SMP_DIST_SIGN;
SMP_DIST_ENC_KEY 1186 net/bluetooth/smp.c 	if (smp->remote_key_dist & SMP_DIST_ENC_KEY)
SMP_DIST_ENC_KEY 1262 net/bluetooth/smp.c 		if (hcon->type == ACL_LINK && (*keydist & SMP_DIST_ENC_KEY))
SMP_DIST_ENC_KEY 1271 net/bluetooth/smp.c 	if (*keydist & SMP_DIST_ENC_KEY) {
SMP_DIST_ENC_KEY 1303 net/bluetooth/smp.c 		*keydist &= ~SMP_DIST_ENC_KEY;
SMP_DIST_ENC_KEY 1694 net/bluetooth/smp.c 		local_dist = SMP_DIST_ENC_KEY | SMP_DIST_SIGN;
SMP_DIST_ENC_KEY 1695 net/bluetooth/smp.c 		remote_dist = SMP_DIST_ENC_KEY | SMP_DIST_SIGN;
SMP_DIST_ENC_KEY 2487 net/bluetooth/smp.c 	smp->remote_key_dist &= ~SMP_DIST_ENC_KEY;