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.java704 Class[] supportedProfileServices = Config.getSupportedProfiles(); in startProfileServices() local
705 if (supportedProfileServices.length == 1 && GattService.class.getSimpleName() in startProfileServices()
706 .equals(supportedProfileServices[0].getSimpleName())) { in startProfileServices()
712 setAllProfileServiceStates(supportedProfileServices, BluetoothAdapter.STATE_ON); in startProfileServices()
721 Class[] supportedProfileServices = Config.getSupportedProfiles(); in stopProfileServices() local
722 if (supportedProfileServices.length == 1 && (mRunningProfiles.size() == 1 in stopProfileServices()
727 setAllProfileServiceStates(supportedProfileServices, BluetoothAdapter.STATE_OFF); in stopProfileServices()