Home | History | Annotate | Download | only in btm

Lines Matching refs:passkey

361 **                  passkey request to the application.
363 ** Parameters: bd_addr - Address of the device for which passkey was requested
365 ** key_len - length in bytes of the Passkey
366 ** p_passkey - pointer to array with the passkey
370 void BTM_BlePasskeyReply (BD_ADDR bd_addr, UINT8 res, UINT32 passkey)
378 BTM_TRACE_ERROR0("Passkey reply to Unknown device");
384 SMP_PasskeyReply(bd_addr, res_smp, passkey);