Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DSl4aBluetoothUtil.java327 Sl4aClient secondaryClient = getSl4aClient(secondary); in pair() local
334 secondaryClient.rpcCall(Commands.BLUETOOTH_MAKE_DISCOVERABLE); in pair()
335 Integer response = (Integer) secondaryClient.rpcCall(Commands.BLUETOOTH_GET_SCAN_MODE); in pair()
344 secondaryClient.rpcCall(Commands.BLUETOOTH_START_PAIRING_HELPER); in pair()