Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_bqr.cc59 STREAM_TO_UINT32(flow_off_count_, p_param_buf); in ParseBqrEvt()
85 << ", FlowOff: " << std::to_string(flow_off_count_) in ToString()
187 p_bqr_event->flow_off_count_, p_bqr_event->last_flow_on_timestamp_, in AddBqrEventToQueue()
/system/bt/btif/include/
Dbtif_bqr.h197 uint32_t flow_off_count_ = 0; variable