Searched refs:ScoConfig (Results 1 – 2 of 2) sorted by relevance
25 ndk::ScopedAStatus setScoConfig(const IBluetooth::ScoConfig&, IBluetooth::ScoConfig*) override { in setScoConfig() argument
1195 IBluetooth::ScoConfig scoConfig; in filterAndUpdateBtScoParameters()1234 scoConfig.mode = IBluetooth::ScoConfig::Mode::SCO_WB; in filterAndUpdateBtScoParameters()1237 scoConfig.mode = IBluetooth::ScoConfig::Mode::SCO; in filterAndUpdateBtScoParameters()1244 if (mBluetooth != nullptr && scoConfig != IBluetooth::ScoConfig{}) { in filterAndUpdateBtScoParameters()1245 IBluetooth::ScoConfig newScoConfig; in filterAndUpdateBtScoParameters()