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

  /external/bluetooth/bluedroid/stack/bnep/
bnep_utils.c 179 BNEP_TRACE_ERROR ("BNEP - not able to send connection request");
237 BNEP_TRACE_ERROR ("BNEP - not able to send connection response");
279 BNEP_TRACE_ERROR ("BNEP - no buffer send filters");
331 BNEP_TRACE_ERROR ("BNEP - no buffer to send multicast filters");
382 BNEP_TRACE_ERROR ("BNEP - no buffer filter rsp");
420 BNEP_TRACE_ERROR ("BNEP - not able to send connection response");
593 BNEP_TRACE_ERROR ("BNEP - setup request in bad state %d", p_bcb->con_state);
610 BNEP_TRACE_ERROR ("BNEP - setup request when we are originator", p_bcb->con_state);
654 BNEP_TRACE_ERROR ("BNEP - Bad UID len %d in ConnReq", p_bcb->dst_uuid.len);
697 BNEP_TRACE_ERROR ("BNEP - setup response in bad state %d", p_bcb->con_state)
    [all...]
bnep_api.c 209 BNEP_TRACE_ERROR ("BNEP - Originate failed");
381 BNEP_TRACE_ERROR ("BNEP_Write() length %d exceeded MTU %d", p_buf->len, BNEP_MTU_SIZE);
488 BNEP_TRACE_ERROR ("BNEP_Write() length %d exceeded MTU %d", len, BNEP_MTU_SIZE);
547 BNEP_TRACE_ERROR ("BNEP_Write() not able to get buffer");
bnep_main.c 102 BNEP_TRACE_ERROR ("BNEP - Registration failed");
  /external/bluetooth/bluedroid/include/
bt_trace.h 589 #define BNEP_TRACE_ERROR(...) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE(TRACE_LAYER_BNEP, TRACE_TYPE_ERROR, ##__VA_ARGS__);}
    [all...]

Completed in 434 milliseconds