Home | History | Annotate | Download | only in smp

Lines Matching defs:passkey

168  * Description      This function is called to process a passkey.
175 uint32_t passkey; /* 19655 test number; */
179 STREAM_TO_UINT32(passkey, pp);
180 passkey &= ~SMP_PASSKEY_MASK;
183 while (passkey > BTM_MAX_PASSKEY_VAL) passkey >>= 1;
187 UINT32_TO_STREAM(tt, passkey);
191 smp_evt_data.passkey = passkey;
198 smp_int_data.passkey = passkey;
214 * Description This function is called to generate passkey.
1087 smp_int_data.passkey = p_cb->number_to_display;