Home | History | Annotate | Download | only in btservice

Lines Matching refs:HidService

23 import com.android.bluetooth.hid.HidService;
302 HidService hidService = HidService.getHidService();
306 if ((hidService != null) &&
307 (hidService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED)){
308 hidService.setPriority(device,BluetoothProfile.PRIORITY_ON);
323 HidService hidService = HidService.getHidService();
327 if (hidService != null)
328 hidService.setPriority(device,BluetoothProfile.PRIORITY_UNDEFINED);