Searched refs:getProfileConnectionState (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DIBluetooth.aidl54 int getProfileConnectionState(int profile);
H A DBluetoothAdapter.java888 public int getProfileConnectionState(int profile) { method in class:BluetoothAdapter
892 if (mService != null) return mService.getProfileConnectionState(profile);
895 Log.e(TAG, "getProfileConnectionState:", e);

Completed in 67 milliseconds