Searched refs:supportedProfileServices (Results 1 – 1 of 1) sorted by relevance
474 Class[] supportedProfileServices = Config.getSupportedProfiles(); in BleOnProcessStart() local476 for (int i=0; i < supportedProfileServices.length;i++) { in BleOnProcessStart()477 … mProfileServicesState.put(supportedProfileServices[i].getName(),BluetoothAdapter.STATE_OFF); in BleOnProcessStart()504 setGattProfileServiceState(supportedProfileServices,BluetoothAdapter.STATE_ON); in BleOnProcessStart()510 Class[] supportedProfileServices = Config.getSupportedProfiles(); in startCoreServices() local513 if (!mProfilesStarted && supportedProfileServices.length >0) { in startCoreServices()515 setProfileServiceState(supportedProfileServices,BluetoothAdapter.STATE_ON); in startCoreServices()527 Class[] supportedProfileServices = Config.getSupportedProfiles(); in stopProfileServices() local528 if (mProfilesStarted && supportedProfileServices.length>0) { in stopProfileServices()529 setProfileServiceState(supportedProfileServices,BluetoothAdapter.STATE_OFF); in stopProfileServices()[all …]