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.java287 private HidHostService mHidHostService; field in AdapterService
1047 if (mHidHostService != null && mHidHostService.getConnectionPolicy(device) in isAnyProfileEnabled()
1114 if (mHidHostService != null && isSupported(localDeviceUuids, remoteDeviceUuids, in connectEnabledProfiles()
1115 BluetoothProfile.HID_HOST, device) && mHidHostService.getConnectionPolicy(device) in connectEnabledProfiles()
1118 mHidHostService.connect(device); in connectEnabledProfiles()
1171 mHidHostService = HidHostService.getHidHostService(); in initProfileServices()
2916 if (mHidHostService != null && isSupported(localDeviceUuids, remoteDeviceUuids, in connectAllEnabledProfiles()
2919 mHidHostService.setConnectionPolicy(device, BluetoothProfile.CONNECTION_POLICY_ALLOWED); in connectAllEnabledProfiles()
2998 if (mHidHostService != null && mHidHostService.getConnectionState(device) in disconnectAllEnabledProfiles()
3001 mHidHostService.disconnect(device); in disconnectAllEnabledProfiles()