Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterProperties.java680 updateProfileConnectionState(profile, state, prevState); in sendConnectionStateChange()
795 private void updateProfileConnectionState(int profile, int newState, int oldState) { in updateProfileConnectionState() method in AdapterProperties