Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_bqr.cc347 void EnableBtQualityReport(common::PostableContext* to_bind) { in EnableBtQualityReport() argument
348 log::info("is_enable: {}", to_bind != nullptr); in EnableBtQualityReport()
349 if (to_bind != nullptr) { in EnableBtQualityReport()
350 to_bind_ = to_bind; in EnableBtQualityReport()
374 if (to_bind) { in EnableBtQualityReport()
/packages/modules/Bluetooth/system/btif/include/
Dbtif_bqr.h404 void EnableBtQualityReport(common::PostableContext* to_bind);