OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PORT_EV_FC
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/stack/include/
port_api.h
130
#define
PORT_EV_FC
0x00010000 /* data flow enabled flag changed by remote */
143
PORT_EV_FC
| PORT_EV_FCS | PORT_EV_CONNECTED)
/external/bluetooth/bluedroid/stack/rfcomm/
port_utils.c
431
event =
PORT_EV_FC
;
433
event =
PORT_EV_FC
| PORT_EV_FCS;
/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
...]
Completed in 33 milliseconds