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

  /external/bluetooth/bluedroid/btif/src/
btif_sock.c 97 BTIF_TRACE_ERROR3("invalid parameters, uuid:%p, channel:%d, sock_fd:%p", service_uuid, channel, sock_fd);
167 BTIF_TRACE_ERROR3("unknown socket type:%d, fd:%d, flags:%d", type, fd, flags);
btif_sock_util.c 69 #define asrt(s) if(!(s)) BTIF_TRACE_ERROR3("## %s assert %s failed at line:%d ##",__FUNCTION__, #s, __LINE__)
82 BTIF_TRACE_ERROR3("sock fd:%d send errno:%d, ret:%d", sock_fd, errno, ret);
100 BTIF_TRACE_ERROR3("sock fd:%d recv errno:%d, ret:%d", sock_fd, errno, ret);
btif_config.c 53 #define asrt(s) if(!(s)) BTIF_TRACE_ERROR3 ("## %s assert %s failed at line:%d ##",__FUNCTION__, #s, __LINE__)
203 BTIF_TRACE_ERROR3("value:%s, wrong type:%d, need to be type: %d",
206 BTIF_TRACE_ERROR3("value:%s, not enough size: %d bytes, need %d bytes",
355 else BTIF_TRACE_ERROR3("realloc failed, old_bytes:%d, grow:%d, total:%d", p->bytes, grow, p->bytes + grow);
btif_rc.c 274 BTIF_TRACE_ERROR3("%s AVRCP: Failed to initialize uinput for %s (%d)",
442 BTIF_TRACE_ERROR3("%s AVRCP: unknown button 0x%02X %s", __FUNCTION__,
    [all...]
btif_pan.c 72 #define asrt(s) if(!(s)) BTIF_TRACE_ERROR3("btif_pan: ## %s assert %s failed at line:%d ##",__FUNCTION__, #s, __LINE__)
  /external/bluetooth/bluedroid/include/
bt_trace.h     [all...]

Completed in 168 milliseconds