Home
last modified time | relevance | path

Searched refs:supportedProfileServices (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java1055 int[] supportedProfileServices = Config.getSupportedProfiles(); in startProfileServices() local
1059 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() local
1090 if (supportedProfileServices.length == 0) { in stopProfileServices()
1093 setAllProfileServiceStates(supportedProfileServices, BluetoothAdapter.STATE_OFF); in stopProfileServices()
1098 if (supportedProfileServices.length == 1 in stopProfileServices()
[all …]