Searched defs:SMP_PasskeyReply (Results 1 - 1 of 1) sorted by relevance

/system/bt/stack/smp/
H A Dsmp_api.cc281 * Function SMP_PasskeyReply
294 void SMP_PasskeyReply(const RawAddress& bd_addr, uint8_t res, function
298 SMP_TRACE_EVENT("SMP_PasskeyReply: Key: %d Result:%d", passkey, res);
302 SMP_TRACE_WARNING("SMP_PasskeyReply() - Wrong State: %d", p_cb->state);
307 SMP_TRACE_ERROR("SMP_PasskeyReply() - Wrong BD Addr");
312 SMP_TRACE_ERROR("SMP_PasskeyReply() - no dev CB");
318 "SMP_PasskeyReply() - Wrong key len: %d or passkey entry fail",

Completed in 57 milliseconds