Home
last modified time | relevance | path

Searched refs:L2CAP_TRACE_ERROR (Results 1 – 8 of 8) sorted by relevance

/system/bt/stack/l2cap/
Dl2c_api.cc83 L2CAP_TRACE_ERROR("L2CAP - no cb registering PSM: 0x%04x", psm); in L2CA_Register()
89 L2CAP_TRACE_ERROR("L2CAP - invalid PSM value, PSM: 0x%04x", psm); in L2CA_Register()
235 L2CAP_TRACE_ERROR("%s: Out of free BLE PSM", __func__); in L2CA_AllocateLePSM()
280 L2CAP_TRACE_ERROR("%s: Invalid PSM=%d value!", __func__, psm); in L2CA_FreeLePSM()
447 L2CAP_TRACE_ERROR("%s No cb registering BLE PSM: 0x%04x", __func__, psm); in L2CA_RegisterLECoc()
453 L2CAP_TRACE_ERROR("%s Invalid BLE PSM value, PSM: 0x%04x", __func__, psm); in L2CA_RegisterLECoc()
466 L2CAP_TRACE_ERROR("%s: Out of free BLE PSM", __func__); in L2CA_RegisterLECoc()
716 L2CAP_TRACE_ERROR("%s No CCB for CID:0x%04x", __func__, lcid); in L2CA_GetPeerLECocConfig()
1380 L2CAP_TRACE_ERROR("L2CA_RegisterFixedChannel() Invalid CID: 0x%04x", in L2CA_RegisterFixedChannel()
1428 L2CAP_TRACE_ERROR("%s() Invalid CID: 0x%04x", __func__, fixed_cid); in L2CA_ConnectFixedChnl()
[all …]
Dl2c_ble.cc609 L2CAP_TRACE_ERROR("L2CAP - unable to allocate CCB"); in l2cble_process_sig_cmd()
617 L2CAP_TRACE_ERROR("L2CAP don't like the params"); in l2cble_process_sig_cmd()
678 L2CAP_TRACE_ERROR("L2CAP don't like the params"); in l2cble_process_sig_cmd()
1232 L2CAP_TRACE_ERROR("%s No callback function", __func__); in l2ble_sec_access_req()
1239 L2CAP_TRACE_ERROR("%s Security check for unknown device", __func__); in l2ble_sec_access_req()
Dl2c_main.cc113 L2CAP_TRACE_ERROR( in l2c_rcv_acl_data()
274 L2CAP_TRACE_ERROR("L2CAP SIG MTU pkt_len=%d Exceeded 672", pkt_len); in process_l2cap_cmd()
393 L2CAP_TRACE_ERROR("L2CAP - unable to allocate CCB"); in process_l2cap_cmd()
996 L2CAP_TRACE_ERROR( in l2c_data_write()
Dl2c_link.cc73 L2CAP_TRACE_ERROR("L2CAP failed to allocate LCB"); in l2c_link_hci_conn_req()
128 L2CAP_TRACE_ERROR( in l2c_link_hci_conn_req()
180 L2CAP_TRACE_ERROR("L2CAP got conn_comp in bad state: %d status: 0x%d", in l2c_link_hci_conn_comp()
434 L2CAP_TRACE_ERROR( in l2c_link_hci_disc_comp()
Dl2c_fcr.cc833 L2CAP_TRACE_ERROR("%s: buffer length=%d too small. Need at least 2.", in l2c_lcc_proc_pdu()
853 L2CAP_TRACE_ERROR("%s: Invalid sdu_length: %d", __func__, sdu_length); in l2c_lcc_proc_pdu()
875 L2CAP_TRACE_ERROR("%s: buffer length=%d too big. max=%d. Dropped", in l2c_lcc_proc_pdu()
1262 L2CAP_TRACE_ERROR( in process_i_frame()
1471 L2CAP_TRACE_ERROR( in do_sar_reassembly()
1581 L2CAP_TRACE_ERROR("retransmit_i_frames() UNKNOWN seq: %u q_count: %u", in retransmit_i_frames()
1708 L2CAP_TRACE_ERROR( in l2c_fcr_get_next_xmit_sdu_seg()
1764 L2CAP_TRACE_ERROR( in l2c_fcr_get_next_xmit_sdu_seg()
Dl2c_utils.cc741 L2CAP_TRACE_ERROR( in l2cu_send_peer_config_rej()
852 L2CAP_TRACE_ERROR("%s L2CAP - ccb or lcb invalid", __func__); in l2cu_send_peer_disc_req()
1184 L2CAP_TRACE_ERROR("%s: CID: 0x%04x ERROR in_use: %u p_lcb: %p", __func__, in l2cu_enqueue_ccb()
1267 L2CAP_TRACE_ERROR( in l2cu_dequeue_ccb()
1405 L2CAP_TRACE_ERROR( in l2cu_allocate_ccb()
1781 L2CAP_TRACE_ERROR("L2CAP - disconnect_chnl CID: 0x%04x Ignored", local_cid); in l2cu_disconnect_chnl()
2493 L2CAP_TRACE_ERROR( in l2cu_adjust_out_mps()
3104 L2CAP_TRACE_ERROR("p_serve_ccb is NULL, rr_pri=%d", p_lcb->rr_pri); in l2cu_get_next_channel_in_rr()
3267 L2CAP_TRACE_ERROR("%s: No data to be sent", __func__); in l2cu_get_next_buffer_to_send()
3317 L2CAP_TRACE_ERROR("l2cu_get_buffer_to_send() #2: No data to be sent"); in l2cu_get_next_buffer_to_send()
Dl2c_csm.cc137 L2CAP_TRACE_ERROR("L2CAP - LCID: 0x%04x st: CLOSED evt: %s p_rcb == NULL", in l2c_csm_closed()
1379 L2CAP_TRACE_ERROR( in l2c_enqueue_peer_data()
/system/bt/internal_include/
Dbt_trace.h254 #define L2CAP_TRACE_ERROR(...) \ macro