Searched refs:PORT_EV_RXCHAR (Results 1 – 8 of 8) sorted by relevance
91 #define PORT_EV_RXCHAR 0x00000001 /* Any Character received */ macro
161 PORT_SetEventMask(handle, PORT_EV_RXCHAR); in bta_hf_client_setup_port()
41 (PORT_EV_RXCHAR | PORT_EV_TXEMPTY | PORT_EV_FC | PORT_EV_FCS)
1311 if (code & PORT_EV_RXCHAR) { in bta_jv_port_event_cl_cback()1539 if (code & PORT_EV_RXCHAR) { in bta_jv_port_event_sr_cback()
141 ASSERT_EQ(PORT_SetEventMask(*server_handle, PORT_EV_RXCHAR), PORT_SUCCESS); in StartServerPort()286 ASSERT_EQ(PORT_SetEventMask(*client_handle, PORT_EV_RXCHAR), PORT_SUCCESS); in StartClientPort()732 status = PORT_SetEventMask(server_handle, PORT_EV_RXCHAR); in TEST_F()747 status = PORT_SetEventMask(client_handle_1, PORT_EV_RXCHAR); in TEST_F()
41 #define BTA_AG_PORT_EV_MASK PORT_EV_RXCHAR
831 events |= PORT_EV_RXCHAR; in PORT_DataInd()
648 events = PORT_EV_RXCHAR; in PORT_FlowControl_MaxCredit()