Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java474 Class[] supportedProfileServices = Config.getSupportedProfiles(); in BleOnProcessStart() local
476 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() local
513 if (!mProfilesStarted && supportedProfileServices.length >0) { in startCoreServices()
515 setProfileServiceState(supportedProfileServices,BluetoothAdapter.STATE_ON); in startCoreServices()
527 Class[] supportedProfileServices = Config.getSupportedProfiles(); in stopProfileServices() local
528 if (mProfilesStarted && supportedProfileServices.length>0) { in stopProfileServices()
529 setProfileServiceState(supportedProfileServices,BluetoothAdapter.STATE_OFF); in stopProfileServices()
[all …]