Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java203 PbapServerProfile PbapProfile = mProfileManager.getPbapProfile(); in disconnect() local
204 if (PbapProfile.getConnectionStatus(mDevice) == BluetoothProfile.STATE_CONNECTED) in disconnect()
206 PbapProfile.disconnect(mDevice); in disconnect()