Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java307 private BluetoothPbapService mPbapService; field in AdapterService
1721 return mPbapService.getConnectionState(device) == BluetoothProfile.STATE_CONNECTED; in isProfileSupported()
1990 mPbapService = BluetoothPbapService.getBluetoothPbapService(); in initProfileServices()
5484 if (mPbapService != null in disconnectAllEnabledProfiles()
5485 && (mPbapService.getConnectionState(device) == BluetoothProfile.STATE_CONNECTED in disconnectAllEnabledProfiles()
5486 || mPbapService.getConnectionState(device) in disconnectAllEnabledProfiles()
5489 mPbapService.disconnect(device); in disconnectAllEnabledProfiles()
6084 if (mPbapService != null && mPbapService.isAvailable()) { in handleBondStateChanged()
6085 mPbapService.handleBondStateChanged(device, fromState, toState); in handleBondStateChanged()