Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_debug_conn.cc82 uint8_t dump_event = current_event_local; in btif_debug_conn_dump() local
87 if (connection_events[dump_event].ts == 0) dprintf(fd, " None\n"); in btif_debug_conn_dump()
89 while (connection_events[dump_event].ts) { in btif_debug_conn_dump()
90 conn_event_t* evt = &connection_events[dump_event]; in btif_debug_conn_dump()
99 if (dump_event > 0) in btif_debug_conn_dump()
100 --dump_event; in btif_debug_conn_dump()
102 dump_event = NUM_CONNECTION_EVENTS - 1; in btif_debug_conn_dump()
105 if (dump_event == current_event_local) break; in btif_debug_conn_dump()