Searched refs:L2CAP_TRACE_ERROR (Results 1 – 6 of 6) sorted by relevance
/system/bt/stack/l2cap/ |
D | l2c_fcr.cc | 693 L2CAP_TRACE_ERROR("%s: buffer length=%d too small. Need at least 2.", in l2c_lcc_proc_pdu() 713 L2CAP_TRACE_ERROR("%s: Invalid sdu_length: %d", __func__, sdu_length); in l2c_lcc_proc_pdu() 735 L2CAP_TRACE_ERROR("%s: buffer length=%d too big. max=%d. Dropped", in l2c_lcc_proc_pdu() 1084 L2CAP_TRACE_ERROR( in process_i_frame() 1209 L2CAP_TRACE_ERROR( in do_sar_reassembly() 1317 L2CAP_TRACE_ERROR("retransmit_i_frames() UNKNOWN seq: %u q_count: %u", in retransmit_i_frames() 1439 L2CAP_TRACE_ERROR( in l2c_fcr_get_next_xmit_sdu_seg() 1495 L2CAP_TRACE_ERROR( in l2c_fcr_get_next_xmit_sdu_seg()
|
D | l2c_ble.cc | 669 L2CAP_TRACE_ERROR("L2CAP - invalid params"); in l2cble_process_sig_cmd() 680 L2CAP_TRACE_ERROR( in l2cble_process_sig_cmd() 746 L2CAP_TRACE_ERROR("L2CAP - invalid params"); in l2cble_process_sig_cmd() 890 L2CAP_TRACE_ERROR("L2CAP - unable to allocate CCB"); in l2cble_process_sig_cmd() 898 L2CAP_TRACE_ERROR("L2CAP do not like the params"); in l2cble_process_sig_cmd() 966 L2CAP_TRACE_ERROR("L2CAP do not like the params"); in l2cble_process_sig_cmd()
|
D | l2c_api.cc | 220 L2CAP_TRACE_ERROR("%s: Out of free BLE PSM", __func__); in L2CA_AllocateLePSM() 265 L2CAP_TRACE_ERROR("%s: Invalid PSM=%d value!", __func__, psm); in L2CA_FreeLePSM() 607 L2CAP_TRACE_ERROR("%s No CCB for CID:0x%04x", __func__, lcid); in L2CA_GetPeerLECocConfig() 1382 L2CAP_TRACE_ERROR("L2CA_RemoveFixedChnl() Invalid CID: 0x%04x", fixed_cid); in L2CA_RemoveFixedChnl()
|
D | l2c_utils.cc | 767 L2CAP_TRACE_ERROR( in l2cu_send_peer_config_rej() 876 L2CAP_TRACE_ERROR("%s L2CAP - ccb or lcb invalid", __func__); in l2cu_send_peer_disc_req() 1167 L2CAP_TRACE_ERROR("%s: CID: 0x%04x ERROR in_use: %u p_lcb: %p", __func__, in l2cu_enqueue_ccb() 1248 L2CAP_TRACE_ERROR( in l2cu_dequeue_ccb() 1737 L2CAP_TRACE_ERROR("L2CAP - disconnect_chnl CID: 0x%04x Ignored", local_cid); in l2cu_disconnect_chnl() 2365 L2CAP_TRACE_ERROR( in l2cu_adjust_out_mps()
|
D | l2c_main.cc | 110 L2CAP_TRACE_ERROR( in l2c_rcv_acl_data() 1033 L2CAP_TRACE_ERROR( in l2c_data_write()
|
/system/bt/internal_include/ |
D | bt_trace.h | 299 #define L2CAP_TRACE_ERROR(...) \ macro
|