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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java802 public int getProfileConnectionState(int profile) { method in class:BluetoothAdapter
805 return mService.getProfileConnectionState(profile);
807 Log.e(TAG, "getProfileConnectionState:", e);
/frameworks/base/core/java/android/server/
H A DBluetoothService.java1775 mAdapter.getProfileConnectionState(BluetoothProfile.HEADSET));
1777 mAdapter.getProfileConnectionState(BluetoothProfile.A2DP));
1779 mAdapter.getProfileConnectionState(BluetoothProfile.INPUT_DEVICE));
1781 mAdapter.getProfileConnectionState(BluetoothProfile.PAN));
2513 public int getProfileConnectionState(int profile) { method in class:BluetoothService

Completed in 56 milliseconds