OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PORT_EV_RXCHAR
(Results
1 - 7
of
7
) sorted by null
/external/bluetooth/bluedroid/stack/include/
port_api.h
112
#define
PORT_EV_RXCHAR
0x00000001 /* Any Character received */
138
#define PORT_MASK_ALL (
PORT_EV_RXCHAR
| PORT_EV_TXEMPTY | PORT_EV_CTS | \
/external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_rfc.c
132
PORT_SetEventMask(handle,
PORT_EV_RXCHAR
);
/external/bluetooth/bluedroid/bta/ag/
bta_ag_rfc.c
40
#define BTA_AG_PORT_EV_MASK
PORT_EV_RXCHAR
/external/bluetooth/bluedroid/bta/jv/
bta_jv_int.h
77
#define BTA_JV_RFC_EV_MASK (
PORT_EV_RXCHAR
| PORT_EV_TXEMPTY | PORT_EV_FC | PORT_EV_FCS)
bta_jv_act.c
[
all
...]
/external/bluetooth/bluedroid/stack/rfcomm/
port_api.c
833
events =
PORT_EV_RXCHAR
;
912
events =
PORT_EV_RXCHAR
;
[
all
...]
port_rfc.c
911
events |=
PORT_EV_RXCHAR
;
[
all
...]
Completed in 201 milliseconds