Searched defs:setProfileServiceState (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java515 setProfileServiceState(supportedProfileServices,BluetoothAdapter.STATE_ON);
529 setProfileServiceState(supportedProfileServices,BluetoothAdapter.STATE_OFF);
680 debugLog("setProfileServiceState() - Unable to "
686 debugLog("setProfileServiceState() - "
702 private void setProfileServiceState(Class[] services, int state) { method in class:AdapterService
704 debugLog("setProfileServiceState() - Invalid state, leaving...");
723 debugLog("setProfileServiceState() - Unable to "
730 debugLog("setProfileServiceState() - "

Completed in 39 milliseconds