Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBluetoothChatService.java105 public BluetoothChatService(Context context, Handler handler, boolean useBle) { in BluetoothChatService() argument
110 mBleTransport = useBle; in BluetoothChatService()
111 if (D) Log.d(TAG, "Construct BluetoothChatService: useBle=" + useBle); in BluetoothChatService()