Home
last modified time | relevance | path

Searched refs:isBleSupported (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/framework/tests/util/src/android/bluetooth/cts/
DTestUtils.java82 if (!isBleSupported(context)) { in isProfileEnabled()
/packages/modules/Bluetooth/framework/tests/util/src/android/bluetooth/test_utils/
DTestUtils.java161 public static boolean isBleSupported(Context context) { in isBleSupported() method in TestUtils
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DConfig.java246 if (!Utils.isBleSupported(ctx)) { in init()
/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothManagerService.java628 if (!isBleSupported(mContext)) { in BluetoothManagerService()
2688 private static boolean isBleSupported(Context context) { in isBleSupported() method in BluetoothManagerService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DUtils.java1251 public static boolean isBleSupported(Context context) { in isBleSupported() method in Utils