Searched refs:MCA_TRACE_ERROR (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/mcap/ |
D | mca_api.cc | 131 MCA_TRACE_ERROR("INVALID_PSM"); in MCA_Register() 156 MCA_TRACE_ERROR("Failed to register to L2CAP"); in MCA_Register() 217 MCA_TRACE_ERROR("max_mdl: %d is too big", p_cs->max_mdl); in MCA_CreateDep() 223 MCA_TRACE_ERROR("Already has ECHO MDEP"); in MCA_CreateDep() 316 MCA_TRACE_ERROR("control channel already exists"); in MCA_ConnectReq() 397 MCA_TRACE_ERROR("pending req"); in MCA_CreateMdl() 402 MCA_TRACE_ERROR("bad peer dep id:%d or bad mdl id: %d ", peer_dep_id, in MCA_CreateMdl() 408 MCA_TRACE_ERROR("mdl id: %d is used in the control link", mdl_id); in MCA_CreateMdl() 468 MCA_TRACE_ERROR("congested"); in MCA_CreateMdlRsp() 499 MCA_TRACE_ERROR( in MCA_CreateMdlRsp() [all …]
|
D | mca_cact.cc | 334 MCA_TRACE_ERROR("%s: Invalid local MDEP ID %d", __func__, in mca_ccb_hdl_req() 343 MCA_TRACE_ERROR("%s: MAX_MDL is used by MDEP %d", __func__, in mca_ccb_hdl_req() 352 MCA_TRACE_ERROR("%s: MDL_ID %d busy, in CL(reconn)", __func__, in mca_ccb_hdl_req() 402 MCA_TRACE_ERROR("%s: reject_opcode 0x%02x not recognized", __func__, in mca_ccb_hdl_req() 409 MCA_TRACE_ERROR("%s: reject_opcode=0x%02x, reject_code=0x%02x, length=%d", in mca_ccb_hdl_req() 456 MCA_TRACE_ERROR("%s: Response packet is too short", __func__); in mca_ccb_hdl_rsp() 466 MCA_TRACE_ERROR("%s: MDL Create Response packet is too short", __func__); in mca_ccb_hdl_rsp() 482 MCA_TRACE_ERROR("peer's mdl_id=%d != our mdl_id=%d", in mca_ccb_hdl_rsp()
|
D | mca_main.cc | 428 MCA_TRACE_ERROR("%s: opcode 0x%02x required len: %d, got len: %d", in mca_tc_data_ind() 433 MCA_TRACE_ERROR("%s: unsupported SYNC opcode: 0x%02x len:%d", __func__, in mca_tc_data_ind() 438 MCA_TRACE_ERROR("%s: bad opcode: 0x%02x len:%d", __func__, *p, in mca_tc_data_ind()
|
/system/bt/internal_include/ |
D | bt_trace.h | 560 #define MCA_TRACE_ERROR(...) \ macro
|