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.c81 uint8_t dump_event = current_event_local; in btif_debug_conn_dump() local
86 if (connection_events[dump_event].ts == 0) 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()
101 if (dump_event > 0) in btif_debug_conn_dump()
102 --dump_event; in btif_debug_conn_dump()
104 dump_event = NUM_CONNECTION_EVENTS - 1; in btif_debug_conn_dump()
107 if (dump_event == current_event_local) in btif_debug_conn_dump()