Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DSl4aBluetoothUtil.java89 static final String BLUETOOTH_PAN_GET_CONNECTED_DEVICES = "bluetoothPanGetConnectedDevices"; field in Sl4aBluetoothUtil.Commands
731 primary, address, Commands.BLUETOOTH_PAN_GET_CONNECTED_DEVICES); in isProfileConnected()
/tools/tradefederation/core/javatests/com/android/tradefed/util/
DSl4aBluetoothUtilTest.java278 when(mPrimaryClient.rpcCall(Commands.BLUETOOTH_PAN_GET_CONNECTED_DEVICES)) in testConnect_success()
323 when(mPrimaryClient.rpcCall(Commands.BLUETOOTH_PAN_GET_CONNECTED_DEVICES)) in testDisconnect_success()