OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:connection_events
(Results
1 - 1
of
1
) sorted by null
/system/bt/btif/src/
btif_debug_conn.c
37
static conn_event_t
connection_events
[NUM_CONNECTION_EVENTS];
variable
72
conn_event_t *evt = &
connection_events
[current_event];
86
if (
connection_events
[dump_event].ts == 0)
89
while (
connection_events
[dump_event].ts) {
90
conn_event_t *evt = &
connection_events
[dump_event];
Completed in 618 milliseconds