Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_debug_conn.cc36 static conn_event_t connection_events[NUM_CONNECTION_EVENTS]; variable
71 conn_event_t* evt = &connection_events[current_event]; in btif_debug_conn_state()
85 if (connection_events[dump_event].ts == 0) dprintf(fd, " None\n"); in btif_debug_conn_dump()
87 while (connection_events[dump_event].ts) { in btif_debug_conn_dump()
88 conn_event_t* evt = &connection_events[dump_event]; in btif_debug_conn_dump()