Home
last modified time | relevance | path

Searched refs:PORT_EV_RXCHAR (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dport_api.h130 #define PORT_EV_RXCHAR 0x00000001 /* Any Character received */ macro
156 #define PORT_MASK_ALL (PORT_EV_RXCHAR | PORT_EV_TXEMPTY | PORT_EV_CTS | \
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_rfc.c122 PORT_SetEventMask(handle, PORT_EV_RXCHAR); in bta_hf_client_setup_port()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_rfc.c43 #define BTA_AG_PORT_EV_MASK PORT_EV_RXCHAR
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/include/
Dbta_jv_int.h82 #define BTA_JV_RFC_EV_MASK (PORT_EV_RXCHAR | PORT_EV_TXEMPTY | PORT_EV_FC | PORT_EV_FCS)
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_api.c816 events = PORT_EV_RXCHAR; in PORT_FlowControl()
887 events = PORT_EV_RXCHAR;
958 events = PORT_EV_RXCHAR; in PORT_FlowControl_GiveCredit()
Dport_rfc.c923 events |= PORT_EV_RXCHAR; in PORT_DataInd()
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c1793 if (code & PORT_EV_RXCHAR) { in bta_jv_port_event_cl_cback()
2127 if (code & PORT_EV_RXCHAR) { in bta_jv_port_event_sr_cback()