passkey_notify    483 include/net/bluetooth/hci_core.h 	__u32		passkey_notify;
passkey_notify   4606 net/bluetooth/hci_event.c 	conn->passkey_notify = __le32_to_cpu(ev->passkey);
passkey_notify   4611 net/bluetooth/hci_event.c 					 conn->dst_type, conn->passkey_notify,
passkey_notify   4649 net/bluetooth/hci_event.c 					 conn->dst_type, conn->passkey_notify,
passkey_notify   1459 net/bluetooth/smp.c 		put_unaligned_le32(hcon->passkey_notify, r);
passkey_notify   1477 net/bluetooth/smp.c 	r = ((hcon->passkey_notify >> smp->passkey_round) & 0x01);
passkey_notify   1504 net/bluetooth/smp.c 		r = ((hcon->passkey_notify >> smp->passkey_round) & 0x01);
passkey_notify   1594 net/bluetooth/smp.c 		hcon->passkey_notify = le32_to_cpu(passkey);
passkey_notify   2750 net/bluetooth/smp.c 		get_random_bytes(&hcon->passkey_notify,
passkey_notify   2751 net/bluetooth/smp.c 				 sizeof(hcon->passkey_notify));
passkey_notify   2752 net/bluetooth/smp.c 		hcon->passkey_notify %= 1000000;
passkey_notify   2757 net/bluetooth/smp.c 					     hcon->passkey_notify,
passkey_notify   2836 net/bluetooth/smp.c 		put_unaligned_le32(hcon->passkey_notify, r);