Home | History | Annotate | Download | only in btm

Lines Matching refs:passkey

1593 ** Description      This function is called to provide the passkey for
1598 ** passkey - numeric value in the range of
1603 void BTM_PasskeyReqReply(tBTM_STATUS res, BD_ADDR bd_addr, UINT32 passkey)
1637 if (passkey > BTM_MAX_PASSKEY_VAL)
1651 btsnd_hcic_user_passkey_reply (bd_addr, passkey);
1660 ** Description This function is used during the passkey entry model
3435 /* Numeric confirmation. Need user to conf the passkey */
3465 /* Passkey notification (other side is a keyboard) */
3466 STREAM_TO_UINT32 (evt_data.key_notif.passkey, p);
3468 BTM_TRACE_DEBUG1 ("BTM_SP_KEY_NOTIF_EVT: passkey: %u", evt_data.key_notif.passkey);