Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java240 private BluetoothPbapService mPbapService; field in AdapterService
879 return mPbapService.getConnectionState(device) == BluetoothProfile.STATE_CONNECTED; in isSupported()
1049 mPbapService = BluetoothPbapService.getBluetoothPbapService(); in initProfileServices()
2580 if (mPbapService != null && mPbapService.getConnectionState(device) in disconnectAllEnabledProfiles()
2583 mPbapService.disconnect(device); in disconnectAllEnabledProfiles()