Searched refs:supportedProfileServices (Results 1 – 1 of 1) sorted by relevance
586 Class[] supportedProfileServices = Config.getSupportedProfiles(); in startProfileServices() local587 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() local601 if (supportedProfileServices.length == 1 && (mRunningProfiles.size() == 1 in stopProfileServices()606 setAllProfileServiceStates(supportedProfileServices, BluetoothAdapter.STATE_OFF); in stopProfileServices()