Home
last modified time | relevance | path

Searched defs:enable_host_bluetooth (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/shared/minidroid/
Dconfig_minidroid.json6 "enable_host_bluetooth": false, boolean
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp276 void CuttlefishConfig::set_enable_host_bluetooth(bool enable_host_bluetooth) { in set_enable_host_bluetooth()
279 bool CuttlefishConfig::enable_host_bluetooth() const { in enable_host_bluetooth() function in cuttlefish::CuttlefishConfig
285 void CuttlefishConfig::set_enable_host_bluetooth_connector(bool enable_host_bluetooth) { in set_enable_host_bluetooth_connector()