Searched refs:supportedProfileServices (Results 1 – 1 of 1) sorted by relevance
1055 int[] supportedProfileServices = Config.getSupportedProfiles(); in startProfileServices() local1059 if (supportedProfileServices.length == 0) { in startProfileServices()1064 setAllProfileServiceStates(supportedProfileServices, BluetoothAdapter.STATE_ON); in startProfileServices()1070 if (supportedProfileServices.length == 1 in startProfileServices()1071 && supportedProfileServices[0] == BluetoothProfile.GATT) { in startProfileServices()1076 setAllProfileServiceStates(supportedProfileServices, BluetoothAdapter.STATE_ON); in startProfileServices()1086 int[] supportedProfileServices = Config.getSupportedProfiles(); in stopProfileServices() local1090 if (supportedProfileServices.length == 0) { in stopProfileServices()1093 setAllProfileServiceStates(supportedProfileServices, BluetoothAdapter.STATE_OFF); in stopProfileServices()1098 if (supportedProfileServices.length == 1 in stopProfileServices()[all …]