Lines Matching refs:passkey
393 ** passkey request to the application.
395 ** Parameters: bd_addr - Address of the device for which passkey was requested
397 ** key_len - length in bytes of the Passkey
398 ** p_passkey - pointer to array with the passkey
402 void BTM_BlePasskeyReply (BD_ADDR bd_addr, UINT8 res, UINT32 passkey)
410 BTM_TRACE_ERROR0("Passkey reply to Unknown device");
416 SMP_PasskeyReply(bd_addr, res_smp, passkey);