Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_bqr.cc201 current_evt_mask > kQualityEventMaskAllOff, AddBqrEventToQueue); in ConfigureBqrCmpl()
234 bqr_config.quality_event_mask = kQualityEventMaskAllOff; in EnableBtQualityReport()
268 uint32_t current_quality_event_mask = kQualityEventMaskAllOff; in BqrVscCompleteCallback()
/system/bt/btif/include/
Dbtif_bqr.h49 static constexpr uint32_t kQualityEventMaskAllOff = 0; variable