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

  /system/bt/stack/l2cap/
l2c_ucd.c 109 L2CAP_TRACE_ERROR ("L2CAP - no RCB for l2c_ucd_data_ind_cback, PSM: 0x%04x", psm);
214 L2CAP_TRACE_ERROR ("L2CAP - no callback registering PSM(0x%04x) on UCD", psm);
220 L2CAP_TRACE_ERROR ("L2CAP - no RCB for L2CA_UcdRegister, PSM: 0x%04x", psm);
232 L2CAP_TRACE_ERROR ("L2CAP - no RCB available for L2CA_UcdRegister");
278 L2CAP_TRACE_ERROR ("L2CAP - no RCB for L2CA_UcdDeregister, PSM: 0x%04x", psm);
453 L2CAP_TRACE_ERROR ("L2CAP - Handle: 0x%04x UCD cannot be sent, already congested count: %u buff_quota: %u",
675 L2CAP_TRACE_ERROR ("L2CAP - NULL p_ccb in l2c_ucd_check_pending_info_req");
    [all...]
l2c_api.c 77 L2CAP_TRACE_ERROR ("L2CAP - no cb registering PSM: 0x%04x", psm);
84 L2CAP_TRACE_ERROR ("L2CAP - invalid PSM value, PSM: 0x%04x", psm);
361 L2CAP_TRACE_ERROR("%s No cb registering BLE PSM: 0x%04x", __func__, psm);
368 L2CAP_TRACE_ERROR("%s Invalid BLE PSM value, PSM: 0x%04x", __func__, psm);
627 L2CAP_TRACE_ERROR("%s No CCB for CID:0x%04x", __func__, lcid);
    [all...]
l2c_ble.c 337 L2CAP_TRACE_ERROR ("l2cble_scanner_conn_comp - failed to allocate LCB");
352 L2CAP_TRACE_ERROR ("L2CAP got BLE scanner conn_comp in bad state: %d", p_lcb->link_state);
413 L2CAP_TRACE_ERROR ("l2cble_advertiser_conn_comp - failed to allocate LCB");
729 L2CAP_TRACE_ERROR ("L2CAP - unable to allocate CCB");
737 L2CAP_TRACE_ERROR ("L2CAP don't like the params");
793 L2CAP_TRACE_ERROR ("L2CAP don't like the params");
    [all...]
l2c_utils.c 809 L2CAP_TRACE_ERROR ("L2CAP - cfg_rej pkt size exceeds buffer design max limit.");
924 L2CAP_TRACE_ERROR ("%s L2CAP - ccb or lcb invalid", __func__);
    [all...]
l2c_link.c 77 L2CAP_TRACE_ERROR ("L2CAP failed to allocate LCB");
140 L2CAP_TRACE_ERROR("L2CAP got conn_req while connected (state:%d). Reject it",
183 L2CAP_TRACE_ERROR ("L2CAP got conn_comp in bad state: %d status: 0x%d", p_lcb->link_state, status);
472 L2CAP_TRACE_ERROR("%s: unexpected p_fixed_ccbs[%d] is NULL remote_bd_addr = %s p_lcb = %p in_use = %d link_state = %d handle = %d link_role = %d is_bonding = %d disc_reason = %d transport = %d",
    [all...]
l2c_main.c 116 L2CAP_TRACE_ERROR ("L2CAP - rcvd ACL for unknown handle:%d ls:%d cid:%d"
299 L2CAP_TRACE_ERROR ("L2CAP SIG MTU Pkt Len Exceeded (672) -> pkt_len: %d", pkt_len);
403 L2CAP_TRACE_ERROR ("L2CAP - unable to allocate CCB");
    [all...]
l2c_csm.c 135 L2CAP_TRACE_ERROR ("L2CAP - LCID: 0x%04x st: CLOSED evt: %s p_rcb == NULL", p_ccb->local_cid, l2c_csm_get_event_name (event));
137 L2CAP_TRACE_ERROR ("L2CAP - LCID: 0x%04x st: CLOSED evt: 0x%04x p_rcb == NULL", p_ccb->local_cid, event);
    [all...]
l2c_fcr.c     [all...]
  /system/bt/include/
bt_trace.h 243 #define L2CAP_TRACE_ERROR(...) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE(TRACE_LAYER_L2CAP, TRACE_TYPE_ERROR, ##__VA_ARGS__);}

Completed in 87 milliseconds