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

  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ucd.c 106 L2CAP_TRACE_ERROR ("L2CAP - no RCB for l2c_ucd_data_ind_cback, PSM: 0x%04x", psm);
211 L2CAP_TRACE_ERROR ("L2CAP - no callback registering PSM(0x%04x) on UCD", psm);
217 L2CAP_TRACE_ERROR ("L2CAP - no RCB for L2CA_UcdRegister, PSM: 0x%04x", psm);
229 L2CAP_TRACE_ERROR ("L2CAP - no RCB available for L2CA_UcdRegister");
275 L2CAP_TRACE_ERROR ("L2CAP - no RCB for L2CA_UcdDeregister, PSM: 0x%04x", psm);
450 L2CAP_TRACE_ERROR ("L2CAP - Handle: 0x%04x UCD cannot be sent, already congested count: %u buff_quota: %u",
667 L2CAP_TRACE_ERROR ("L2CAP - NULL p_ccb in l2c_ucd_check_pending_info_req");
    [all...]
l2c_api.c 69 L2CAP_TRACE_ERROR ("L2CAP - no cb registering PSM: 0x%04x", psm);
76 L2CAP_TRACE_ERROR ("L2CAP - invalid PSM value, PSM: 0x%04x", psm);
684 L2CAP_TRACE_ERROR ("L2CA_Echo ERROR : link not established");
690 L2CAP_TRACE_ERROR ("L2CA_Echo ERROR : link is not connected");
    [all...]
l2c_ble.c 306 L2CAP_TRACE_ERROR ("l2cble_scanner_conn_comp - failed to allocate LCB");
321 L2CAP_TRACE_ERROR ("L2CAP got BLE scanner conn_comp in bad state: %d", p_lcb->link_state);
347 L2CAP_TRACE_ERROR ("upd_ll_conn_params: HANDLE=%d min_conn_int=%d max_conn_int=%d slave_latency=%d supervision_tout=%d",
398 L2CAP_TRACE_ERROR ("l2cble_advertiser_conn_comp - failed to allocate LCB");
686 L2CAP_TRACE_ERROR("initate direct connection fail, topology limitation");
708 L2CAP_TRACE_ERROR("initate direct connection fail, no resources");
    [all...]
l2c_fcr.c 343 L2CAP_TRACE_ERROR ("L2CAP - failed to clone buffer on HCI_ACL_POOL_ID Utilization: %u", GKI_poolutilization(pool));
354 L2CAP_TRACE_ERROR("##### l2c_fcr_clone_buf (NumBytes %d) -> Exceeds poolsize %d [bytes %d + BT_HDR %d + offset %d]",
372 L2CAP_TRACE_ERROR ("L2CAP - failed to clone buffer, Pool: %u Count: %u", pool, GKI_poolfreecount(pool));
622 L2CAP_TRACE_ERROR ("l2c_fcr_send_S_frame(No Resources) cid 0x%04x, Type: 0x%4x",
    [all...]
l2c_main.c 70 L2CAP_TRACE_ERROR ("L2CAP - cannot send buffer, offset: %d", p_buf->offset);
166 L2CAP_TRACE_ERROR ("L2CAP - rcvd ACL for unknown handle:%d ls:%d cid:%d opcode:%d cur count:%d",
347 L2CAP_TRACE_ERROR ("L2CAP SIG MTU Pkt Len Exceeded (672) -> pkt_len: %d", pkt_len);
451 L2CAP_TRACE_ERROR ("L2CAP - unable to allocate CCB");
    [all...]
l2c_utils.c 349 L2CAP_TRACE_ERROR ("l2cu_build_header - no buffer");
795 L2CAP_TRACE_ERROR ("L2CAP - cfg_rej pkt size exceeds buffer design max limit.");
803 L2CAP_TRACE_ERROR ("L2CAP - no buffer for cfg_rej");
    [all...]
l2c_link.c 77 L2CAP_TRACE_ERROR ("L2CAP failed to allocate LCB");
137 L2CAP_TRACE_ERROR("L2CAP got conn_req while connected (state:%d). Reject it",
182 L2CAP_TRACE_ERROR ("L2CAP got conn_comp in bad state: %d status: 0x%d", p_lcb->link_state, status);
    [all...]
l2c_csm.c 131 L2CAP_TRACE_ERROR ("L2CAP - LCID: 0x%04x st: CLOSED evt: %s p_rcb == NULL", p_ccb->local_cid, l2c_csm_get_event_name (event));
133 L2CAP_TRACE_ERROR ("L2CAP - LCID: 0x%04x st: CLOSED evt: 0x%04x p_rcb == NULL", p_ccb->local_cid, event);
    [all...]
  /external/bluetooth/bluedroid/include/
bt_trace.h 552 #define L2CAP_TRACE_ERROR(...) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE(TRACE_LAYER_L2CAP, TRACE_TYPE_ERROR, ##__VA_ARGS__);}
    [all...]

Completed in 221 milliseconds