Searched refs:supportedProfileServices (Results 1 – 1 of 1) sorted by relevance
382 Class[] supportedProfileServices = Config.getSupportedProfiles(); in processStart() local384 for (int i=0; i < supportedProfileServices.length;i++) { in processStart()385 … mProfileServicesState.put(supportedProfileServices[i].getName(),BluetoothAdapter.STATE_OFF); in processStart()399 if (!mProfilesStarted && supportedProfileServices.length >0) { in processStart()401 setProfileServiceState(supportedProfileServices,BluetoothAdapter.STATE_ON); in processStart()413 Class[] supportedProfileServices = Config.getSupportedProfiles(); in stopProfileServices() local414 if (mProfilesStarted && supportedProfileServices.length>0) { in stopProfileServices()415 setProfileServiceState(supportedProfileServices,BluetoothAdapter.STATE_OFF); in stopProfileServices()