Searched refs:isBleSupported (Results 1 – 5 of 5) sorted by relevance
82 if (!isBleSupported(context)) { in isProfileEnabled()
161 public static boolean isBleSupported(Context context) { in isBleSupported() method in TestUtils
246 if (!Utils.isBleSupported(ctx)) { in init()
628 if (!isBleSupported(mContext)) { in BluetoothManagerService()2688 private static boolean isBleSupported(Context context) { in isBleSupported() method in BluetoothManagerService
1251 public static boolean isBleSupported(Context context) { in isBleSupported() method in Utils