Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java586 Class[] supportedProfileServices = Config.getSupportedProfiles(); in startProfileServices() local
587 if (supportedProfileServices.length == 1 && GattService.class.getSimpleName() in startProfileServices()
588 .equals(supportedProfileServices[0].getSimpleName())) { in startProfileServices()
594 setAllProfileServiceStates(supportedProfileServices, BluetoothAdapter.STATE_ON); in startProfileServices()
600 Class[] supportedProfileServices = Config.getSupportedProfiles(); in stopProfileServices() local
601 if (supportedProfileServices.length == 1 && (mRunningProfiles.size() == 1 in stopProfileServices()
606 setAllProfileServiceStates(supportedProfileServices, BluetoothAdapter.STATE_OFF); in stopProfileServices()