Lines Matching full:passkey
385 ** passkey request to the application.
387 ** Parameters: bd_addr - Address of the device for which passkey was requested
389 ** key_len - length in bytes of the Passkey
390 ** p_passkey - pointer to array with the passkey
394 void BTM_BlePasskeyReply (BD_ADDR bd_addr, UINT8 res, UINT32 passkey)
402 BTM_TRACE_ERROR("Passkey reply to Unknown device");
408 SMP_PasskeyReply(bd_addr, res_smp, passkey);
431 BTM_TRACE_ERROR("Passkey reply to Unknown device");