예제 #1
0
 public int getPriority(BluetoothDevice device) {
   HidService service = getService();
   if (service == null) return BluetoothProfile.PRIORITY_UNDEFINED;
   return service.getPriority(device);
 }