HomeSort by relevance Sort by last modified time
    Searched refs:SMP_TRACE_ERROR (Results 1 - 7 of 7) sorted by null

  /system/bt/stack/smp/
smp_api.c 70 SMP_TRACE_ERROR ("%s PTS FAILURE MODE IN EFFECT (CASE %d)", __func__, smp_cb.cert_failure);
118 SMP_TRACE_ERROR ("SMP_Register: duplicate registration, overwrite it");
159 SMP_TRACE_ERROR("%s: L2C connect fixed channel failed.", __FUNCTION__);
204 SMP_TRACE_ERROR("%s: L2C connect fixed channel failed.",__FUNCTION__);
320 SMP_TRACE_ERROR ("SMP_PasskeyReply() - Wrong BD Addr");
326 SMP_TRACE_ERROR ("SMP_PasskeyReply() - no dev CB");
377 SMP_TRACE_ERROR ("%s() - Wrong BD Addr",__FUNCTION__);
383 SMP_TRACE_ERROR ("%s() - no dev CB",__FUNCTION__);
459 SMP_TRACE_ERROR("%s received no data",__FUNCTION__);
548 SMP_TRACE_ERROR ("%s() - Wrong BD Addr",__FUNCTION__)
    [all...]
smp_keys.c 137 SMP_TRACE_ERROR ("%s failed", __func__);
273 SMP_TRACE_ERROR("%s failed", __func__);
401 SMP_TRACE_ERROR("smp_generate_csrk failed");
511 SMP_TRACE_ERROR("can not generate confirm for unknown device");
563 SMP_TRACE_ERROR("can not generate confirm p2 for unknown device");
620 SMP_TRACE_ERROR("smp_generate_csrk failed");
660 SMP_TRACE_ERROR("smp_calculate_comfirm_cont failed");
787 SMP_TRACE_ERROR("STK Generated");
821 SMP_TRACE_ERROR("%s failed", __func__);
857 SMP_TRACE_ERROR("smp_generate_y failed")
    [all...]
smp_act.c 73 SMP_TRACE_ERROR("%s failure case = %d", __func__, p_cb->cert_failure);
614 SMP_TRACE_ERROR("%s pairing failed - slave requires secure connection only mode",
639 SMP_TRACE_ERROR ("Master requires secure connection only mode \
    [all...]
smp_cmac.c 331 SMP_TRACE_ERROR("test_cmac_cback");
smp_l2c.c 222 SMP_TRACE_ERROR("Unexpected %s: num_pkt = %d", __func__,num_pkt);
smp_utils.c 300 SMP_TRACE_ERROR("SMP failed to pass msg:0x%0x to L2CAP",
    [all...]
  /system/bt/include/
bt_trace.h 344 #define SMP_TRACE_ERROR(...) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE(TRACE_LAYER_SMP, TRACE_TYPE_ERROR, ##__VA_ARGS__);}

Completed in 79 milliseconds