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