Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java717 setAllProfileServiceStates(supportedProfileServices, BluetoothAdapter.STATE_ON); in startProfileServices()
732 setAllProfileServiceStates(supportedProfileServices, BluetoothAdapter.STATE_OFF); in stopProfileServices()
955 private void setAllProfileServiceStates(Class[] services, int state) { in setAllProfileServiceStates() method in AdapterService