Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterProperties.java806 updateProfileConnectionState(profile, newState, prevState); in updateOnProfileConnectionChanged()
922 private void updateProfileConnectionState(int profile, int newState, int oldState) { in updateProfileConnectionState() method in AdapterProperties