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

/system/bt/stack/include/
H A Dsmp_api.h121 * Function SMP_PasskeyReply
133 extern void SMP_PasskeyReply(const RawAddress& bd_addr, uint8_t res,
/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",
/system/bt/stack/btm/
H A Dbtm_ble.cc387 SMP_PasskeyReply(bd_addr, res_smp, passkey);

Completed in 43 milliseconds