Searched refs:RFCOMM_TRACE_EVENT (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/ |
D | rfc_mx_fsm.c | 141 RFCOMM_TRACE_EVENT ("rfc_mx_sm_state_idle - evt:%d", event); in rfc_mx_sm_state_idle() 195 RFCOMM_TRACE_EVENT ("RFCOMM MX ignored - evt:%d in state:%d", event, p_mcb->state); in rfc_mx_sm_state_idle() 211 RFCOMM_TRACE_EVENT ("rfc_mx_sm_state_wait_conn_cnf - evt:%d", event); in rfc_mx_sm_state_wait_conn_cnf() 272 RFCOMM_TRACE_EVENT ("RFCOMM MX ignored - evt:%d in state:%d", event, p_mcb->state); in rfc_mx_sm_state_wait_conn_cnf() 288 RFCOMM_TRACE_EVENT ("rfc_mx_sm_state_configure - evt:%d", event); in rfc_mx_sm_state_configure() 316 RFCOMM_TRACE_EVENT ("RFCOMM MX ignored - evt:%d in state:%d", event, p_mcb->state); in rfc_mx_sm_state_configure() 334 RFCOMM_TRACE_EVENT ("rfc_mx_sm_sabme_wait_ua - evt:%d", event); in rfc_mx_sm_sabme_wait_ua() 379 RFCOMM_TRACE_EVENT ("RFCOMM MX ignored - evt:%d in state:%d", event, p_mcb->state); in rfc_mx_sm_sabme_wait_ua() 394 RFCOMM_TRACE_EVENT ("rfc_mx_sm_state_wait_sabme - evt:%d", event); in rfc_mx_sm_state_wait_sabme() 440 RFCOMM_TRACE_EVENT ("RFCOMM MX ignored - evt:%d in state:%d", event, p_mcb->state); in rfc_mx_sm_state_wait_sabme() [all …]
|
D | port_rfc.c | 60 RFCOMM_TRACE_EVENT ("port_open_continue, p_port:%p", p_port); in port_open_continue() 204 RFCOMM_TRACE_EVENT ("PORT_StartCnf result:%d", result); in PORT_StartCnf() 264 RFCOMM_TRACE_EVENT ("PORT_StartInd"); in PORT_StartInd() 295 RFCOMM_TRACE_EVENT ("PORT_ParNegInd dlci:%d mtu:%d", dlci, mtu); in PORT_ParNegInd() 306 RFCOMM_TRACE_EVENT( "PORT_ParNegInd: port not found" ); in PORT_ParNegInd() 373 RFCOMM_TRACE_EVENT ("PORT_ParNegCnf dlci:%d mtu:%d cl: %d k: %d", dlci, mtu, cl, k); in PORT_ParNegCnf() 511 RFCOMM_TRACE_EVENT ("PORT_DlcEstablishCnf dlci:%d mtu:%d result:%d", dlci, mtu, result); in PORT_DlcEstablishCnf() 573 RFCOMM_TRACE_EVENT ("PORT_PortNegInd"); in PORT_PortNegInd() 604 RFCOMM_TRACE_EVENT ("PORT_PortNegCnf"); in PORT_PortNegCnf() 642 RFCOMM_TRACE_EVENT ("PORT_ControlInd"); in PORT_ControlInd() [all …]
|
D | rfc_utils.c | 225 RFCOMM_TRACE_EVENT ("rfc_timer_start - timeout:%d", timeout); in rfc_timer_start() 241 RFCOMM_TRACE_EVENT ("rfc_timer_stop"); in rfc_timer_stop() 255 RFCOMM_TRACE_EVENT ("rfc_timer_free"); in rfc_timer_free() 272 RFCOMM_TRACE_EVENT ("rfc_port_timer_start - timeout:%d", timeout); in rfc_port_timer_start() 288 RFCOMM_TRACE_EVENT ("rfc_port_timer_stop"); in rfc_port_timer_stop() 302 RFCOMM_TRACE_EVENT ("rfc_port_timer_stop"); in rfc_port_timer_free() 441 RFCOMM_TRACE_EVENT ("rfc_inc_credit:%d", p_port->credit_tx); in rfc_inc_credit()
|
D | port_api.c | 171 …RFCOMM_TRACE_EVENT ("RFCOMM_CreateConnection dlci:%d signal state:0x%x", dlci, p_port->default_sig… in RFCOMM_CreateConnection() 245 RFCOMM_TRACE_EVENT ("RFCOMM_RemoveConnection() Not opened:%d", handle); in RFCOMM_RemoveConnection() 282 RFCOMM_TRACE_EVENT ("RFCOMM_RemoveServer() Not opened:%d", handle); in RFCOMM_RemoveServer() 751 RFCOMM_TRACE_EVENT ("PORT_Control DTR_DSR : %d, RTS_CTS : %d, RI : %d, DCD : %d", in PORT_Control() 1301 …RFCOMM_TRACE_EVENT ("PORT_ReadData queue:%d returned:%d %x", p_port->rx.queue_size, *p_len, (p_dat… in PORT_ReadData() 1303 RFCOMM_TRACE_EVENT ("PORT_ReadData queue:%d returned:%d", p_port->rx.queue_size, *p_len); in PORT_ReadData() 1408 …RFCOMM_TRACE_EVENT ("PORT_Write : Data is enqued. flow disabled %d peer_ready %d state %d ctrl_sta… in port_write() 1419 RFCOMM_TRACE_EVENT ("PORT_Write : Data is being sent"); in port_write() 1541 RFCOMM_TRACE_EVENT ("tx queue is full,tx.queue_size:%d,tx.queue.count:%d,available:%d", in PORT_WriteDataCO() 1559 RFCOMM_TRACE_EVENT ("PORT_WriteDataCO: out of heap."); in PORT_WriteDataCO() [all …]
|
D | rfc_l2cap_if.c | 389 RFCOMM_TRACE_EVENT ("RFCOMM_CongestionStatusInd LCID:0x%x", lcid); in RFCOMM_CongestionStatusInd()
|
D | port_utils.c | 566 RFCOMM_TRACE_EVENT ("PORT_DataInd Data reached HW. Sending FC set."); in port_flow_control_peer()
|
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/ |
D | bt_trace.h | 247 #define RFCOMM_TRACE_EVENT(fmt, args...) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT && BT_L… macro 415 #define RFCOMM_TRACE_EVENT(fmt, args...) macro
|