Searched refs:isBtDeviceServiceUpdableRemote (Results 1 – 1 of 1) sorted by relevance
209 public static boolean isBtDeviceServiceUpdableRemote(Context context, BluetoothDevice device) { in isBtDeviceServiceUpdableRemote() method in BluetoothUtils233 return isRemote(context, device) && isBtDeviceServiceUpdableRemote(context, device); in supportBtDeviceServiceUpdate()