Searched refs:BLUETOOTH_GET_SCAN_MODE (Results 1 – 2 of 2) sorted by relevance
72 static final String BLUETOOTH_GET_SCAN_MODE = "bluetoothGetScanMode"; field in Sl4aBluetoothUtil.Commands335 Integer response = (Integer) secondaryClient.rpcCall(Commands.BLUETOOTH_GET_SCAN_MODE); in pair()
174 when(mSecondaryClient.rpcCall(Commands.BLUETOOTH_GET_SCAN_MODE)).thenReturn(3); in testPair_success()192 when(mSecondaryClient.rpcCall(Commands.BLUETOOTH_GET_SCAN_MODE)).thenReturn(3); in testPair_timeout()