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.cc81 uint8_t dump_event = current_event_local; in btif_debug_conn_dump() local
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()
96 if (dump_event > 0) in btif_debug_conn_dump()
97 --dump_event; in btif_debug_conn_dump()
99 dump_event = NUM_CONNECTION_EVENTS - 1; in btif_debug_conn_dump()
102 if (dump_event == current_event_local) break; in btif_debug_conn_dump()