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.cc75 L2CAP_TRACE_ERROR("L2CAP - no cb registering PSM: 0x%04x", psm); in L2CA_Register()
81 L2CAP_TRACE_ERROR("L2CAP - invalid PSM value, PSM: 0x%04x", psm); in L2CA_Register()
215 L2CAP_TRACE_ERROR("%s: Out of free BLE PSM", __func__); in L2CA_AllocateLePSM()
256 L2CAP_TRACE_ERROR("%s: Invalid PSM=%d value!", __func__, psm); in L2CA_FreeLePSM()
411 L2CAP_TRACE_ERROR("%s No cb registering BLE PSM: 0x%04x", __func__, psm); in L2CA_RegisterLECoc()
417 L2CAP_TRACE_ERROR("%s Invalid BLE PSM value, PSM: 0x%04x", __func__, psm); in L2CA_RegisterLECoc()
430 L2CAP_TRACE_ERROR("%s: Out of free BLE PSM", __func__); in L2CA_RegisterLECoc()
663 L2CAP_TRACE_ERROR("%s No CCB for CID:0x%04x", __func__, lcid); in L2CA_GetPeerLECocConfig()
1047 L2CAP_TRACE_ERROR("L2CA_Echo ERROR : link not established"); in L2CA_Echo()
1052 L2CAP_TRACE_ERROR("L2CA_Echo ERROR : link is not connected"); in L2CA_Echo()
[all …]
Dl2c_ble.cc606 L2CAP_TRACE_ERROR("L2CAP - unable to allocate CCB"); in l2cble_process_sig_cmd()
614 L2CAP_TRACE_ERROR("L2CAP don't like the params"); in l2cble_process_sig_cmd()
675 L2CAP_TRACE_ERROR("L2CAP don't like the params"); in l2cble_process_sig_cmd()
1229 L2CAP_TRACE_ERROR("%s No callback function", __func__); in l2ble_sec_access_req()
1236 L2CAP_TRACE_ERROR("%s Security check for unknown device", __func__); in l2ble_sec_access_req()
Dl2c_main.cc109 L2CAP_TRACE_ERROR( in l2c_rcv_acl_data()
273 L2CAP_TRACE_ERROR("L2CAP SIG MTU pkt_len=%d Exceeded 672", pkt_len); in process_l2cap_cmd()
392 L2CAP_TRACE_ERROR("L2CAP - unable to allocate CCB"); in process_l2cap_cmd()
995 L2CAP_TRACE_ERROR( in l2c_data_write()
Dl2c_link.cc72 L2CAP_TRACE_ERROR("L2CAP failed to allocate LCB"); in l2c_link_hci_conn_req()
127 L2CAP_TRACE_ERROR( in l2c_link_hci_conn_req()
174 L2CAP_TRACE_ERROR("L2CAP got conn_comp in bad state: %d status: 0x%d", in l2c_link_hci_conn_comp()
428 L2CAP_TRACE_ERROR( in l2c_link_hci_disc_comp()
Dl2c_fcr.cc839 L2CAP_TRACE_ERROR("%s: buffer length=%d too small. Need at least 2.", in l2c_lcc_proc_pdu()
859 L2CAP_TRACE_ERROR("%s: Invalid sdu_length: %d", __func__, sdu_length); in l2c_lcc_proc_pdu()
881 L2CAP_TRACE_ERROR("%s: buffer length=%d too big. max=%d. Dropped", in l2c_lcc_proc_pdu()
1285 L2CAP_TRACE_ERROR( in process_i_frame()
1498 L2CAP_TRACE_ERROR( in do_sar_reassembly()
1608 L2CAP_TRACE_ERROR("retransmit_i_frames() UNKNOWN seq: %u q_count: %u", in retransmit_i_frames()
1735 L2CAP_TRACE_ERROR( in l2c_fcr_get_next_xmit_sdu_seg()
1791 L2CAP_TRACE_ERROR( in l2c_fcr_get_next_xmit_sdu_seg()
Dl2c_utils.cc741 L2CAP_TRACE_ERROR( in l2cu_send_peer_config_rej()
850 L2CAP_TRACE_ERROR("%s L2CAP - ccb or lcb invalid", __func__); in l2cu_send_peer_disc_req()
1182 L2CAP_TRACE_ERROR("%s: CID: 0x%04x ERROR in_use: %u p_lcb: %p", __func__, in l2cu_enqueue_ccb()
1265 L2CAP_TRACE_ERROR( in l2cu_dequeue_ccb()
1403 L2CAP_TRACE_ERROR( in l2cu_allocate_ccb()
1779 L2CAP_TRACE_ERROR("L2CAP - disconnect_chnl CID: 0x%04x Ignored", local_cid); in l2cu_disconnect_chnl()
2494 L2CAP_TRACE_ERROR( in l2cu_adjust_out_mps()
3118 L2CAP_TRACE_ERROR("p_serve_ccb is NULL, rr_pri=%d", p_lcb->rr_pri); in l2cu_get_next_channel_in_rr()
3281 L2CAP_TRACE_ERROR("%s: No data to be sent", __func__); in l2cu_get_next_buffer_to_send()
3331 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