Home
last modified time | relevance | path

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

/system/bt/stack/avdt/
Davdt_scb.cc785 p_avdt_scb->curr_stream = false; in avdt_scb_event()
791 avdtp_cb.ccb[ccb_index].scb[scb_index].curr_stream = true; in avdt_scb_event()
792 } else if (num_st_streams > 1 && !p_scb->curr_stream && in avdt_scb_event()
Davdt_int.h500 bool curr_stream; // True if the SCB is the current stream, False otherwise variable