Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/smp/
Dsmp_keys.cc65 #define SMP_PASSKEY_MASK 0x000fffff macro
104 uint32_t passkey = static_cast<uint32_t>(rand & SMP_PASSKEY_MASK); in smp_proc_passkey()