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

  /system/bt/stack/mcap/
mca_l2c.c 81 MCA_TRACE_DEBUG("mca_sec_check_complete_term res: %d", res);
85 MCA_TRACE_DEBUG ("lcid:x%x id:x%x", p_tbl->lcid, p_tbl->id);
127 MCA_TRACE_DEBUG("mca_sec_check_complete_orig res: %d", res);
302 MCA_TRACE_DEBUG("mca_l2c_connect_cfm_cback lcid: x%x, result: %d",
307 MCA_TRACE_DEBUG("p_tbl state: %d, tcid: %d", p_tbl->state, p_tbl->tcid);
429 MCA_TRACE_DEBUG("peer_mtu: %d, lcid: x%x mtu_present:%d",p_tbl->peer_mtu, lcid, p_cfg->mtu_present);
466 MCA_TRACE_DEBUG("mca_l2c_disconnect_ind_cback lcid: %d, ack_needed: %d",
498 MCA_TRACE_DEBUG("mca_l2c_disconnect_cfm_cback lcid: x%x, result: %d",
mca_cact.c 105 MCA_TRACE_DEBUG ("mca_ccb_snd_req cong=%d req=%d", p_ccb->cong, p_msg->op_code);
169 MCA_TRACE_DEBUG("%s cong=%d req=%d", __func__, p_ccb->cong, p_msg->op_code);
231 MCA_TRACE_DEBUG ("mca_ccb_cong cong=%d/%d", p_ccb->cong, p_data->llcong);
268 MCA_TRACE_DEBUG ("mca_ccb_hdl_req status:%d", p_ccb->status);
275 MCA_TRACE_DEBUG ("received mdl id: %d ", evt_data.hdr.mdl_id);
278 MCA_TRACE_DEBUG ("received req inpending state");
297 MCA_TRACE_DEBUG ("still handling prev req");
303 MCA_TRACE_DEBUG ("still waiting for a response ctrl_vpsm:0x%x", p_ccb->ctrl_vpsm);
307 MCA_TRACE_DEBUG ("local is ACP. accept the cmd from INT");
369 MCA_TRACE_DEBUG ("the mdl_id is currently used in the CL(create)")
    [all...]
mca_main.c 149 MCA_TRACE_DEBUG("%s() - cb_idx: %d", __func__, p_tbl->cb_idx);
190 MCA_TRACE_DEBUG("%s() - tcid: %d, cb_idx: %d", __func__, p_tbl->tcid, p_tbl->cb_idx);
309 MCA_TRACE_DEBUG("%s() - tcid: %d, cb_idx:%d, old: %d", __func__,
358 MCA_TRACE_DEBUG("mca_tc_open_ind tcid: %d, cb_idx: %d", p_tbl->tcid, p_tbl->cb_idx);
412 MCA_TRACE_DEBUG("%s() - tcid: %d, cb_idx: %d", __func__, p_tbl->tcid, p_tbl->cb_idx);
452 MCA_TRACE_DEBUG("%s() - tcid: %d, cb_idx: %d", __func__, p_tbl->tcid, p_tbl->cb_idx);
571 MCA_TRACE_DEBUG("%s() - reset MCA_RCB index=%d", __func__, handle);
mca_csm.c 259 MCA_TRACE_DEBUG("mca_ccb_alloc handle:0x%x", handle);
295 MCA_TRACE_DEBUG("mca_ccb_dealloc ctrl_vpsm:0x%x", p_ccb->ctrl_vpsm);
mca_dsm.c 262 MCA_TRACE_DEBUG("mca_dcb_dealloc");
328 MCA_TRACE_DEBUG("mca_dcb_close_by_mdl_id mdl_id=%d", mdl_id);
  /system/bt/include/
bt_trace.h 331 #define MCA_TRACE_DEBUG(...) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE(TRACE_LAYER_MCA, TRACE_TYPE_DEBUG, ##__VA_ARGS__);}

Completed in 166 milliseconds