Home
last modified time | relevance | path

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

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