Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java237 private HidHostService mHidHostService; field in AdapterService
913 if (mHidHostService != null && mHidHostService.getConnectionPolicy(device) in isAnyProfileEnabled()
976 if (mHidHostService != null && isSupported(localDeviceUuids, remoteDeviceUuids, in connectEnabledProfiles()
977 BluetoothProfile.HID_HOST, device) && mHidHostService.getConnectionPolicy(device) in connectEnabledProfiles()
980 mHidHostService.connect(device); in connectEnabledProfiles()
1033 mHidHostService = HidHostService.getHidHostService(); in initProfileServices()
2444 if (mHidHostService != null && isSupported(localDeviceUuids, remoteDeviceUuids, in connectAllEnabledProfiles()
2447 mHidHostService.setConnectionPolicy(device, BluetoothProfile.CONNECTION_POLICY_ALLOWED); in connectAllEnabledProfiles()
2525 if (mHidHostService != null && mHidHostService.getConnectionState(device) in disconnectAllEnabledProfiles()
2528 mHidHostService.disconnect(device); in disconnectAllEnabledProfiles()