Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_utils.c88RFCOMM_TRACE_DEBUG("rfc_cb.port.port[%d]:%p allocated, last_port:%d", yy, p_port, rfc_cb.rfc.last_… in port_allocate_port()
89 RFCOMM_TRACE_DEBUG("port_allocate_port:bd_addr:%02x:%02x:%02x:%02x:%02x:%02x", in port_allocate_port()
169RFCOMM_TRACE_DEBUG ("port_select_mtu selected %d based on connection speed", p_port->mtu); in port_select_mtu()
172RFCOMM_TRACE_DEBUG ("port_select_mtu selected %d based on l2cap PDU size", p_port->mtu); in port_select_mtu()
176 RFCOMM_TRACE_DEBUG ("port_select_mtu application selected %d", p_port->mtu); in port_select_mtu()
190 RFCOMM_TRACE_DEBUG ("port_select_mtu credit_rx_max %d, credit_rx_low %d, rx_buf_critical %d", in port_select_mtu()
212 RFCOMM_TRACE_DEBUG("port_release_port, p_port:%p", p_port); in port_release_port()
232 RFCOMM_TRACE_DEBUG ("rfc_port_closed DONE"); in port_release_port()
245RFCOMM_TRACE_DEBUG ("port_release_port:p_port->keep_port_handle:%d", p_port->keep_port_handle); in port_release_port()
247 RFCOMM_TRACE_DEBUG ("port_release_port:Initialize handle:%d", p_port->inx); in port_release_port()
[all …]
Drfc_utils.c137 RFCOMM_TRACE_DEBUG("rfc_alloc_multiplexer_channel: bd_addr:%02x:%02x:%02x:%02x:%02x:%02x", in rfc_alloc_multiplexer_channel()
139 RFCOMM_TRACE_DEBUG("rfc_alloc_multiplexer_channel:is_initiator:%d", is_initiator); in rfc_alloc_multiplexer_channel()
142 RFCOMM_TRACE_DEBUG("rfc_alloc_multiplexer_channel rfc_cb.port.rfc_mcb[%d].state:%d", in rfc_alloc_multiplexer_channel()
144 RFCOMM_TRACE_DEBUG("(rfc_cb.port.rfc_mcb[i].bd_addr:%02x:%02x:%02x:%02x:%02x:%02x", in rfc_alloc_multiplexer_channel()
156RFCOMM_TRACE_DEBUG("rfc_alloc_multiplexer_channel:is_initiator:%d, found, state:%d, p_mcb:%p", in rfc_alloc_multiplexer_channel()
175RFCOMM_TRACE_DEBUG("rfc_alloc_multiplexer_channel:is_initiator:%d, create new p_mcb:%p, index:%d", in rfc_alloc_multiplexer_channel()
407 RFCOMM_TRACE_DEBUG ("rfc_port_closed"); in rfc_port_closed()
Drfc_l2cap_if.c115RFCOMM_TRACE_DEBUG ("RFCOMM_ConnectInd start timer for collision, initiator's LCID(0x%x), acceptor… in RFCOMM_ConnectInd()
165RFCOMM_TRACE_DEBUG ("RFCOMM_ConnectCnf retry as acceptor on pending LCID(0x%x)", p_mcb->pending_lc… in RFCOMM_ConnectCnf()
183RFCOMM_TRACE_DEBUG ("RFCOMM MX - DLCI:%d -> %d", i, rfc_cb.port.port[idx - 1].dlci); in RFCOMM_ConnectCnf()
190RFCOMM_TRACE_DEBUG ("RFCOMM_ConnectCnf peer gave up pending LCID(0x%x)", p_mcb->pending_lcid); in RFCOMM_ConnectCnf()
Dport_rfc.c87RFCOMM_TRACE_DEBUG ("port_open_continue: mx state(%d) mx channel is openning", p_mcb->state); in port_open_continue()
270 RFCOMM_TRACE_DEBUG("PORT_StartInd, RFCOMM_StartRsp RFCOMM_SUCCESS: p_mcb:%p", p_mcb); in PORT_StartInd()
437RFCOMM_TRACE_DEBUG ("PORT_DlcEstablishInd p_mcb:%p, dlci:%d mtu:%di, p_port:%p", p_mcb, dlci, mtu,… in PORT_DlcEstablishInd()
438 RFCOMM_TRACE_DEBUG ("PORT_DlcEstablishInd p_mcb addr:%02x:%02x:%02x:%02x:%02x:%02x", in PORT_DlcEstablishInd()
870 RFCOMM_TRACE_DEBUG("PORT_DataInd, p_port:%p, p_data_co_callback is null", p_port); in PORT_DataInd()
1018RFCOMM_TRACE_DEBUG ("Sending RFCOMM_DataReq tx.queue_size=%d", p_port->tx.queue_size); in port_rfc_send_tx_data()
Drfc_mx_fsm.c91 RFCOMM_TRACE_DEBUG("%s st:%d, evt:%d\n", __func__, p_mcb->state, event); in rfc_mx_sm_execute()
248RFCOMM_TRACE_DEBUG ("RFCOMM MX retry as acceptor in collision case - evt:%d in state:%d", event, p… in rfc_mx_sm_state_wait_conn_cnf()
262RFCOMM_TRACE_DEBUG ("RFCOMM MX - DLCI:%d -> %d", i, rfc_cb.port.port[idx - 1].dlci); in rfc_mx_sm_state_wait_conn_cnf()
Drfc_port_fsm.c65 RFCOMM_TRACE_DEBUG("%s st:%d, evt:%d\n", __func__, p_port->rfc.state, event); in rfc_port_sm_execute()
428 RFCOMM_TRACE_DEBUG("port queue is not empty"); in rfc_port_sm_opened()
Dport_api.c919 RFCOMM_TRACE_DEBUG("%s handle:%d enable: %d, cred %d", __func__, handle, enable, credits_given); in PORT_FlowControl_GiveCredit()
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_trace.h248 #define RFCOMM_TRACE_DEBUG(fmt, args...) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG && BT_L… macro
416 #define RFCOMM_TRACE_DEBUG(fmt, args...) macro